make_calendar
Create a new calendar collection on your CalDAV server. Set display name, optional color, timezone, description, and supported component types for events, tasks, or journals.
Instructions
Create a new calendar collection on the CalDAV server with optional color, description, timezone, and component types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Optional: Calendar color in hex format (e.g., #FF5733) | |
| timezone | No | Optional: Timezone ID (e.g., Europe/Berlin) | |
| components | No | Optional: Supported component types. Default: ["VEVENT", "VTODO"]. Use ["VEVENT"] for events only, ["VTODO"] for tasks only. | |
| description | No | Optional: Calendar description | |
| display_name | Yes | Display name for the new calendar |