UpdateRecurringEvent

View as Markdown
Update recurring event This API endpoint allows you to update a recurring event by specifying a recurrence rule. The recurrence rule must follow the [iCalendar specification](https://icalendar.org), using the `DTSTART` and `RRULE` elements to define the event's start date and recurrence pattern. #### Parameters - rrule: A string defining the start date and recurrence rule, following the iCalendar format. The rule should consist of: - A `DTSTART` element on the first line, specifying the start date and time of the event. - An `RRULE` element on the second line, specifying the recurrence pattern (e.g., daily, weekly, monthly). ``` Each element should be on a separate line, separated by a newline character (`\n`). ```

Headers

tenantstringOptional
schoolCodestringOptional

Request

This endpoint expects an object.
idintegerRequired
titlestringRequired
durationintegerRequired
createdBystringRequiredformat: "email"
visibleToStudentsbooleanRequired
visibleToProfessorsbooleanRequired
rrulestringRequired
descriptionanyOptional

Response headers

ExpiresstringOptional
Cache-ControlstringOptional
Access-Control-Allow-HeadersstringOptional
X-XSS-ProtectionstringOptional
PragmastringOptional
Access-Control-Allow-MethodsstringOptional
X-Frame-OptionsstringOptional
Access-Control-Expose-HeadersstringOptional
Access-Control-Allow-OriginstringOptional
Access-Control-Allow-CredentialsstringOptional
X-Content-Type-OptionsstringOptional
Access-Control-Max-AgestringOptional

Response

OK
idinteger
titlestring
durationinteger
createdBystringformat: "email"
visibleToStudentsboolean
visibleToProfessorsboolean
rrulestring
descriptionanyOptional