The web ui on intervals.icu appears to be using this REST call to apply a plan to the calendar:
% curl ‘https://intervals.icu/api/athlete/i23451/events/apply-plan’ \
-X POST \
—data-raw ‘{“folder_id”:12345,”start_date_local”:”2025-11-17T00:00:00”}’
However, this method isn’t documented in the Swagger UI api documentation. Is there any other official way to use this, or is it acceptable to use this method?
By the way, I was wondering if we could create a Developer topic in the forum.