Developer
Developer - Calendar

Create Test Calendar Event

Create a test calendar event on a staff member's booking calendar.

This endpoint is restricted to developer users only. Creates an event titled "OpenIntake Test Calendar Event" on the selected staff member's booking calendar. Useful for testing calendar integration.

post/developer/test-events/create

Request body

staff_user_idstring uuid required

The staff user whose calendar will receive the event

event_datetimestring required

Event start time in ISO format

duration_minutesinteger

Event duration in minutes

Response

Successful Response

successboolean required

Whether the event was created successfully

event_idstring nullable

Calendar event ID if successful

event_titlestring required

Event title that was created

calendar_providerstring nullable

Calendar provider used

calendar_timezonestring nullable

Booking calendar timezone

messagestring required

Status message

Changes