strautomator / web

Strautomator Web / API
https://strautomator.com/
MIT License
32 stars 2 forks source link

MountainBikeRide sport for Rides selection must by manually added into calendar URL #21

Closed obriencj closed 8 months ago

obriencj commented 9 months ago

When selecting the Rides sport type for the calendar export in the web UI, it crafts a URL with a sports filter containing values that appear to be limited to those from the ActivityType enumeration, only Ride,EBikeRide,VirtualRide. Unfortunately, this then omits mountain bike rides from the calendar.

If you want to see a mountain bike ride in the calendar, you need to manually edit the URL to include values from the SportType enum instead, eg. Ride,MountainBikeRide. This makes both regular rides and mountain bike rides appear in the calendar.

https://developers.strava.com/docs/reference/#api-models-ActivityType https://developers.strava.com/docs/reference/#api-models-SportType

Thank you so much for this service, I really appreciate having these entries in my calendar!

igoramadas commented 9 months ago

Hi @obriencj that's by design, for now, as on the UI there's space for only 3 options. In fact, looking at the logs, I assume that most people seem to get it easily that you can just adjust the URL with your own preferences.

Eventually I'll update the UI and allow users to specifically select which sport types they want. Probably early next year.

github-actions[bot] commented 8 months ago

Issue flagged as stale for being inactive for 28 days, please report status if this is still relevant.

github-actions[bot] commented 8 months ago

Issue closed due to inactivity, feel free to update and re-open it if necessary.