calmesh_get_events
Get calendar events for a date range with titles, start/end times, status, and source. Use with a calendar slug to fetch scheduling data for AI agents.
Instructions
Get calendar events within a date range. Returns event title, start/end times, status, and source connection. 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. | |
| limit | No | Max events to return (1-500). Defaults to 200. | |
| start | Yes | Range start as ISO 8601 datetime (e.g. 2025-03-21T00:00:00Z). | |
| offset | No | Number of events to skip for pagination. Defaults to 0. |