The Calendar You've Been Waiting For
Use | You’d like to pass custom parameters in the URL for use within the calendar. This can be useful when loading DayBack in a FileMaker WebViewer and you’d like to pass parameters for use when creating or editing events.
In this scenario, we’re retrieving the parameter “sessionID” from the URL string and assigning it to an additional field in the event. This takes effect when an existing event is clicked on or a new event is created. |
Trigger | On Event Click |
Script |
// Gets the sessionID parameter from the URL and populates the additional field |
Options | Open in new window: No Prevent default action: No
Note: A few example DayBack URLs that could be used in with this custom action: https://app.dayback.com/?SessionID=123 https://app.dayback.com/?SessionID=123#/?filterProjects=MyProject https://app.dayback.com/?userToken=[YourUserToken]&SessionID=123 |