I’ve developed a Python script that uploads the weekly training load for Running, Swimming, and Biking from an Excel sheet with columns for the first day of the week, Swim, Bike, and Run (load). This script will send these loads to the athlete’s calendar and update any existing loads if needed. Is anyone interested in this script?
edit: I see the file has been modified, with a lot of the formulae changed to values. As a result, it’s been removed from the shared folder, as it adds no value.
As you requested, the scripts are now available on Github. The source for transferring the ATP to intervals.icu is based on @Gerald’s Excel file.
The athlete’s name is also from intervals.icu.
There are four scripts: one to populate the target loads (based on power, time and distance) in intervals.icu,. one that gives a weekly note about the plan. The 3d script provides feedback in a weekly note based on the planned and actual load of the previous week and the 4th checks the target_loads with the loads from the loads in the planned workouts.
I think it is quite useful (only if you can run Python for now), so there is certainly a better way to implement it on the Excel sheet or in intervals.icu itself.
The main issue is that all plans give a certain load (per week). But for the target load, it needs to be assigned to a specific sport. This is not a problem for a plan based on one sport, but as a triathlete, I detected issues.
That is what I tried to address in the Excelsheet and scripts.
Thanks I just discovered this thread and the Excel file. Is there a way to customize this for running? I’m looking for solutions to plan a whole year, with A/B/C races, and then have a weekly target load (if possible using RSS values as I’m using Stryd). If anyone out there has attempted that let me know. Of course if there’s a non Excel solution I’m equally interested