Calendar Events

Operations related to calendar events

Get calendar events

get

Retrieve a paginated list of calendar events with optional filtering

Autorizaciones
x-api-keystringRequerido
Parámetros de consulta
startDatestringOpcional

Filter calendar events by start date

Example: 2025-01-01
endDatestringOpcional

Filter calendar events by end date

Example: 2025-01-01
calendarIdstringOpcional

Filter calendar events by calendar ID

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
statusstringOpcional

Filter calendar events by status

Example: confirmed
pagestringOpcional

Page number

Example: 1
limitstringOpcional

Number of items per page

Example: 10
Respuestas
chevron-right
200

Calendar events retrieved successfully

application/json
get
/api/v1/calendar-events

Create calendar event

post

Create a new calendar event

Autorizaciones
x-api-keystringRequerido
Cuerpo
calendarIdstringRequerido

Calendar ID this event belongs to

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
titlestringRequerido

Title of the calendar event

Example: Team Meeting
descriptionstringOpcional

Description of the calendar event

Example: Weekly team standup meeting
startDateTimestring · date-timeRequerido

Date and time when the event starts

Example: 2024-07-15T10:00:00.000Z
endDateTimestring · date-timeRequerido

Date and time when the event ends

Example: 2024-07-15T11:00:00.000Z
locationstringOpcional

Location of the event

Example: Conference Room A
statusstring · enumOpcional

Status of the calendar event

Example: confirmedValores posibles:
visibilitystring · enumOpcional

Visibility of the calendar event

Example: defaultValores posibles:
organizerEmailstringOpcional

Email of the event organizer

Example: [email protected]
organizerNamestringOpcional

Name of the event organizer

Example: John Doe
busybooleanOpcional

Whether the event is marked as busy

Example: true
readOnlybooleanOpcional

Whether the event is read-only

Example: false
hideParticipantsbooleanOpcional

Whether to hide participants

Example: false
durationnumberOpcional

Duration of the event in seconds

Example: 3600
recurrencestring[]Opcional

Recurrence rules for the event

Example: ["FREQ=WEEKLY;BYDAY=MO"]
meetingUrlstringOpcional

Meeting URL

Example: https://zoom.us/j/91288944390?pwd=1234567890
metadataobjectOpcional

Additional metadata for the event

Example: {"customField":"value"}
Respuestas
post
/api/v1/calendar-events

Get calendar event by ID

get

Retrieve a specific calendar event by its ID

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Calendar event ID

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
Respuestas
chevron-right
200

Calendar event retrieved successfully

application/json
get
/api/v1/calendar-events/{id}

Update calendar event

put

Update an existing calendar event

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Calendar event ID

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
Cuerpo
titlestringOpcional

Title of the calendar event

Example: Team Meeting
descriptionstringOpcional

Description of the calendar event

Example: Weekly team standup meeting
startDateTimestring · date-timeOpcional

Date and time when the event starts

Example: 2024-07-15T10:00:00.000Z
endDateTimestring · date-timeOpcional

Date and time when the event ends

Example: 2024-07-15T11:00:00.000Z
locationstringOpcional

Location of the event

Example: Conference Room A
statusstring · enumOpcional

Status of the calendar event

Example: confirmedValores posibles:
visibilitystring · enumOpcional

Visibility of the calendar event

Example: defaultValores posibles:
organizerEmailstringOpcional

Email of the event organizer

Example: [email protected]
organizerNamestringOpcional

Name of the event organizer

Example: John Doe
busybooleanOpcional

Whether the event is marked as busy

Example: true
readOnlybooleanOpcional

Whether the event is read-only

Example: false
hideParticipantsbooleanOpcional

Whether to hide participants

Example: false
durationnumberOpcional

Duration of the event in seconds

Example: 3600
recurrencestring[]Opcional

Recurrence rules for the event

Example: ["FREQ=WEEKLY;BYDAY=MO"]
meetingUrlstringOpcional

Meeting URL

Example: https://zoom.us/j/91288944390?pwd=1234567890
metadataobjectOpcional

Additional metadata for the event

Example: {"customField":"value"}
Respuestas
chevron-right
200

Calendar event updated successfully

application/json
put
/api/v1/calendar-events/{id}

Delete calendar event

delete

Delete a calendar event by its ID

Autorizaciones
x-api-keystringRequerido
Parámetros de ruta
idstringRequerido

Calendar event ID

Example: 5516cd47-2bd0-4f4f-adc2-22524e54ba4d
Respuestas
chevron-right
200

Calendar event deleted successfully

application/json
delete
/api/v1/calendar-events/{id}

Última actualización

¿Te fue útil?