From SimplyBook.me
Enter a message name below to show all available translations.
Found one translation.
| Name | Current message text |
|---|---|
| h English (en) | Returns a list of objects represented a time intervals marked as busy in Google Calendar. Each object of result contains <code>from</code> and <code>to</code> properties with datetime string as value. This method only actual if [Custom_Features#Calendar_Sync|Calendar Sync Custom Feature] enabled. If Custom Feature not enabled an empty list will be returned. You should call <code>[[#isPluginActivated|isPluginActivated('google_calendar_export')]]</code> to check status of the Custom Feature. Each object of result contains <code>from</code> and <code>to</code> properties with datetime string as value. Please note that this method may return not actual data because data synchronization between server and Google/Outlook Calendar may take some time and synchronized data are cached for 15 minutes.Example: <code> [ {"from" : "2016-02-16 13:30:00", "to" : "2016-02-16 16:00:00"}, ... ] </code> |