Generate recurring events from an EventType's recurrence settings
POST/events/generate-recurring
Creates multiple events between startDate and endDate based on the EventType's recurrence pattern (weekly, monthly, or yearly). Optionally skips dates where an event of the same type already exists. Shares one recurrence engine with POST /events/repeat: the same recurrence and date range produce the same occurrence dates on both endpoints, and a single call creates at most 366 events.
Request​
Responses​
- 200
- 400
- 401
- 403
Events generated
Invalid input (bad event type, invalid dates, event type with no recurrence configured, or more than 366 occurrences)
Unauthorized
AddEvents role required