list_personal_events
Retrieve personal calendar events managed by Reclaim.ai, including tasks, habits, and focus time blocks, with optional date filtering and result limits.
Instructions
List Reclaim-managed personal events (tasks, habits, focus time).
Args: start: Optional start datetime in ISO format end: Optional end datetime in ISO format limit: Maximum number of events to return (default 50)
Returns: List of personal event objects.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | ||
| end | No | ||
| limit | No |