TrainingPeaks calendar import bug

Hi,
I’m using calendar from TrainingPeaks. For last 2-3 days I have several problems with it:

  1. Paired workout is not visible, but it’s here. Second view shows it (pair workouts disabled).
    image image

  2. Time of planned workout is wrong. You can see it on picture above and on another one
    image

Before the weekend everything was good.

Let me know if you need anything else.

Hmm … this is the issue:

The workout text from the calendar import is parsed so people can use this to get real workouts into Intervals.icu. So the 87.91 km is being picked up as a distance step.

I think I might be able to fix this by requiring “Pace” as well as distance. At the moment a default pace is assumed to calculate the time for the step.

I see
I checked out older calendar events, they seem to have the same format as current ones. Everyone has Planned Time, Actual Time, Actual Distance, Speed in my case.

I’m not sure is it related or not, in the calendar event I have:

\n\nNUTRITION\
 n- Light on bike feeding\n- Hydrate well\, especially if it's warm\nPlanne
 d Time: 3:00\nActual Time: 3:04\nActual Distance: 87.91 km\nSpeed: 28.51 k
 m/h\n

On Intervals though there is no Planned Time in workout description.

This is related to the new distance steps in workouts feature.

I put in a fix to strip out the “Actual Distance: …” bit and it seems to be working now.

Yes, thank you. Everything is alright.