{ "operationId": "Create a Schedule Event", "method": "POST", "path": "/telephony/config/locations/{locationId}/schedules/{type}/{scheduleId}/events", "summary": "Create a Schedule Event", "requestExamples": [ { "contentType": "application/json", "example": { "name": "New Year's Day", "startDate": "2022-01-01", "endDate": "2022-01-01", "allDayEnabled": true, "recurrence": { "recurYearlyByDate": { "dayOfMonth": 1, "month": "JANUARY" } } } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFX0VWRU5UL1RtVjNJRmxsWVhJbmN5QkVZWGs" } } ] }