calendar

Create Calendar Event

Create an event manually (used by the calendar page 'add' action).

post/api/calendar/events

Request body

titlestring required
start_datetimestring required
duration_minutesinteger nullable
descriptionstring nullable
end_datetimestring nullable
timezonestring nullable
locationstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/calendar/events:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes