calmesh_get_event_details
Retrieve full event details (title, description, location) for a date range from calendar providers on demand. Understand event context beyond just scheduling.
Instructions
Get full event details (title, description, location) for a date range. Fetches from calendar providers on demand. Use this when you need to understand what events are about, not just when they occur. Requires "read" scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Range end as ISO 8601 datetime (e.g. 2025-03-21T23:59:59Z). | |
| slug | Yes | Calendar slug. Use calmesh_list_calendars to find available slugs. | |
| start | Yes | Range start as ISO 8601 datetime (e.g. 2025-03-21T00:00:00Z). |