next_occurrence
Calculate the next instance of a recurring event based on specified patterns (daily, weekly, monthly, yearly), start date, time, and timezone with precise configuration options.
Instructions
Find next occurrence of a recurring event
Input Schema
Name | Required | Description | Default |
---|---|---|---|
day_of_month | No | For monthly (1-31) | |
day_of_week | No | For weekly (0-6, 0=Sunday) | |
pattern | Yes | Recurrence pattern | |
start_from | No | Start searching from | |
time | No | Time in HH:mm format | |
timezone | No | Timezone for calculation (default: system timezone) |