List AddEvent Timezones
addevent_list_timezonesList supported timezone values for AddEvent events and calendars, with optional search filter, to get the correct timezone string before creating events.
Instructions
Lists the timezone values supported by AddEvent's timezone field on events and calendars.
Args:
search (string, optional): Filter results to timezone names containing this text.
Returns: { "timezones": [...], "count": number }
Examples:
"What timezone value should I use for Salt Lake City?" -> search: "Denver" (Utah shares the America/Denver zone).
Use this before addevent_create_event or addevent_create_calendar if you're unsure of the exact timezone string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Optional case-insensitive filter, matched against the timezone name (e.g. 'Denver' or 'America/'). |