This plugin provide annotation data of Google Calendar Events.
For each event, start time / end time annotation is displayed.
To use this plugin, you need to get client ID which allow to call Google Calendar API.
Please follow Quickstart Step 1.
After get the client ID, set the ID to datasource config.
For each annotation, you need to set calendar ID.
The calendar ID is found at Calendar settings
page.
At first time, you need to accept to open this popup window, and accept to use API.
Name | Description |
---|---|
events(calendar_id, field_path, filter) | Returns a list of field value matching the filter . |
start(calendar_id, format, offset, filter) | Returns a list of start timestamp matching the filter and offset. |
end(calendar_id, format, offset, filter) | Returns a list of end timestamp matching the filter and offset. |
range(calendar_id, format, offset, filter) | Returns a list of range for the event matching the filter and offset. |
- Initial release
- Show start/end event as annotation