bulk_create_events
Create multiple Intervals.icu calendar events at once, simplifying batch entry for training schedules, races, and activities.
Instructions
Create multiple calendar events in a single operation.
This is more efficient than creating events one at a time. Provide a JSON array of event objects, each with the same structure as create_event.
Args: events: JSON array of event objects to create
Returns: JSON string with created events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | JSON string containing array of events. Each event should have: start_date_local, name, category, and optional fields like description, type, moving_time, distance, icu_training_load |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |