v1

latestOpenAPI 3.0.02026-07-249301.3 MB
Calendars

Create an event

Create a calendar event.

post/api/v1/calendars/{calendar_id}/events

Path parameters

calendar_idstring required

The id of calendar receiving the event.

Query parameters

account_idstring required

The id of the account to use.

Request body

titlestring required

The title of the event.

bodystring

The body of the event.

locationstring

The location of the event.

is_attendees_list_hiddenboolean

Is the attendees list hidden for attendees.

recurrencestring[]

List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545.

colorstring

The color of the event. <br> Google Calendar: #7986CB, #33B679, #8E24AA, #E67C73, #F6BF26, #F4511E, #039BE5, #616161, #3F51B5, #0B8043, #D50000

notifyboolean

If true, send notifications about the event to invited attendees. <br> Outlook Calendar: Not supported, this parameter will always be true.

guests_can_modifyboolean

If true, allow guests to modify the event. <br> Outlook Calendar: Not supported, this parameter will always be false.

Response

Created

object'CalendarEventCreated' required
event_idstring required