Retrieve AddEvent Calendar
addevent_get_calendarRetrieve a calendar using its unique ID. Returns the complete calendar object as JSON, allowing you to access its details and settings directly.
Instructions
Retrieves a single calendar by its calendar_id.
Args:
calendar_id (string, required): The calendar to retrieve.
Returns: The full calendar object as JSON.
Error Handling:
Returns "Error: Not found..." (404) if the calendar_id doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | The ID of the calendar to retrieve. |