Error
Create calendar event
Create a local calendar event from scheduling automations or import jobs. Requires the calendar:create scope.
POST
Error
Creates a new local calendar event. Use this endpoint for scheduling automation and imports that already know the target calendar.
Required API key scope:
calendar:create.Body parameters
string
required
UUID of the calendar where the event should be created.
string
Event title. Empty titles are allowed.
string
required
ISO 8601 datetime for the event start.
string
required
ISO 8601 datetime for the event end.
boolean
Whether this is an all-day event.
string
Event location.
string
Meeting or conference URL.
string
Internal notes for the event.
integer
Reminder offset in minutes. The maximum value is
10080.array
Attendee objects for the event.
Example body
Response
Returns the created calendar event with the same shape as List events.Authorizations
Paste your Pharen API key without the Bearer prefix.
Body
application/json