Skip to main content
POST
Create a Google Calendar event as the calling member

Body

application/json
summary
string
required

Event title.

Required string length: 1 - 1000
start
string<date-time>
required

Event start date-time.

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
end
string<date-time>
required

Event end date-time.

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
description
string

Optional event description.

Maximum string length: 20000
location
string

Optional event location.

Maximum string length: 1000
timeZone
string

Optional IANA time zone for start and end.

Required string length: 1 - 128
attendees
string<email>[]

Optional attendee email addresses.

Maximum array length: 100
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$

Set true to create a Google Meet conferencing link for this event; the response returns meetLink when Google creates it.

Response

Google Calendar event created.

ok
boolean
required
eventId
string
required
summary
string
required
start
string
required
end
string
required