Endpoints
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 |
|---|---|---|
| Create event | create_event | Creates event |
| Delete event | delete_event | Deletes event |
| Get event | get_event | Gets event |
| List calendars | list_calendars | Lists calendars |
| List events | list_events | Lists events |
| List events for all calendars | list_events_all_calendars | Lists events of all calendars |
| Move event to another calendar | move_event | Moves event from one calendar to another |
| Update event | update_event | Updates event |
| Make Generic REST API 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. |
| Make Generic REST API 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. |