Create Calendar
calendar_create_calendarCreate a new calendar in your mailbox to separate events by category like work or personal.
Instructions
✏️ Create a new calendar (requires user confirmation recommended)
Creates a new calendar in the user's mailbox. Useful for organizing events into separate calendars (work, personal, project-specific, etc.).
Args: account_id: Microsoft account ID name: Name for the new calendar
Returns: Created calendar object with ID and metadata
Raises: ValidationError: If calendar name is empty or invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||