command
module
Version:
v0.0.0-...-1946ff8
Opens a new window with list of versions in this module.
Published: Aug 30, 2017
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
strava-ical
Allows you to import your Strava activies into your Google calendar (or any calendar that supports ICAL).
How to add to calendar.
Uses a lot of the same code as ury-ical.
Preparation
- Get a Strava API key. https://strava.github.io/api/#access
- Get your Strava athlete ID. It's the number at the end of the URL when you visit your profile.
- Copy
config.example.toml
to config.toml
- Customise your calendar entry name and description in
config.toml
using the fields of strava.ActivitySummary
- There is also a field available called
DistanceKm
which is rounded to 2dp.
Running
$ go build
$ ./strava-ical -c /path/to/config.toml
Endpoints
/strava.ics
All activities for the athlete.
TODO
- Filter by activity type.
- Get description of activities.
- "Follow" other athletes.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
ical
Package ical adapted from https://github.com/soh335/ical
|
Package ical adapted from https://github.com/soh335/ical |
|
|
Click to show internal directories.
Click to hide internal directories.