update_calendar
Update calendar settings including name, description, duration, buffers, reminders, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Calendar name | |
| duration | No | Session duration in minutes (15-480) | |
| isActive | No | Whether calendar is active | |
| minNotice | No | Minimum booking notice in minutes | |
| calendarId | Yes | The calendar ID | |
| maxAdvance | No | Maximum advance booking in minutes | |
| bufferAfter | No | Buffer after appointment in minutes | |
| description | No | Calendar description | |
| bufferBefore | No | Buffer before appointment in minutes | |
| conflictMode | No | Conflict checking mode | |
| defaultLocation | No | Default location for appointments | |
| remindersEnabled | No | Enable/disable appointment reminders | |
| conflictCalendarIds | No | Calendar IDs to check for conflicts (when conflictMode is "selected") | |
| minGapBetweenAppointments | No | Minimum gap between appointments in minutes |