get_today_json
Retrieve today's calendar events as structured JSON, including times, calendars, and attendee counts. Use with dashboards and automations.
Instructions
Machine-readable variant of get_today.
Returns today's events as a structured dict so programmatic clients (dashboards, automations) don't have to parse the pretty-printed text output. Event times are ISO-8601 strings in the event's original timezone.
Response shape::
{
"now": ISO-8601 string (current local time),
"timezone": IANA name (e.g. "Australia/Adelaide"),
"events": [{id, title, calendar, start, end, all_day,
location, recurring, attendees_count}, ...]
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||