reschedule_focus_block
Move a scheduled focus time block to a different time slot in your Reclaim.ai calendar. Specify new start and end times or let AI suggest optimal rescheduling.
Instructions
Reschedule a focus time block to a different time.
Args: calendar_id: The calendar ID containing the focus block event_id: The focus block event ID to reschedule start_time: New start time in ISO format (optional, triggers AI reschedule if not provided) end_time: New end time in ISO format (optional)
Returns: Planner action result with updated event state.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | ||
| event_id | Yes | ||
| start_time | No | ||
| end_time | No |