Calendar
Create a calendar then add events. Events can be modified and deleted. Calendars can only be deleted when there are no more events made on them. Feel free to suggest any features you would like to see.
2 subscribers
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Calendar endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Read calendars /v1/calendars |
Get the calendar IDs associated with your user. |
| POST |
Create calendar /v1/calendars |
Use this endpoint to create a new calendar. |
| GET |
Read calendar /v1/calendars/{calendarId} |
Get the information associated with a calendar. Queried by the ID returned in creation. |
| POST |
Create event /v1/calendars/{calendarId}/events |
Create an event on a calendar by calendar ID |
| PUT |
Update event /v1/calendars/{calendarId}/events/{eventId} |
Update an event by event ID on a calendar with calendar ID |
| DELETE |
Delete event /v1/calendars/{calendarId}/events/{eventId} |
Delete an event by event ID on a calendar with calendar ID |
| GET |
Read event /v1/calendars/{calendarId}/events/{eventId} |
Read an event by event ID on a calendar with calendar ID |
| DELETE |
Delete calendar /v1/calendars/{calendarId} |
Delete a calendar by ID. Can only be deleted if there are no events on the calendar. |
| GET |
Read events /v1/calendars/{calendarId}/events |
Read events within a given date and time range on a calendar with calendar ID |
Calendar pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|
| ULTRA | $5 / month | — |
|