get_calendar_events
Retrieve Skylight calendar events for a specific date or range, returning titles, times, and details to answer scheduling questions.
Instructions
Get calendar events from Skylight.
Use this to answer questions like:
"What's on my calendar today?"
"What do we have scheduled this weekend?"
"Are there any events on Friday?"
Returns a list of events with their titles, times, and details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Start date (YYYY-MM-DD or 'today', 'tomorrow', day name). Defaults to today. | |
| dateEnd | No | End date (YYYY-MM-DD). Defaults to same as start date. |