EndPoints for Google Calendar Connector
On this page you will see possible API actions you can perform with Google Calendar connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
List calendars | list_calendars | Lists calendars |
List events | list_events | Lists events |
Get event | get_event | Gets event |
Create event | create_event | Creates event |
Delete event | delete_event | Deletes event |
Move event to another calendar | move_event | Moves event from one calendar to another |
Generic Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |