Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ics files widely used format to represent calendar info parsed via https://github.com/arran4/golang-ical library. It is super lightweight and can parse ics files from different sources. Google calendar, Trello and local files were tested by me.
Events in calendar will be highlighted with color-primary color, and have hover text.
If you have more than 1 event at the same day for one day, only first one will be displayed.
Complete version looks like this:
Icsurl option added to yaml configuration
For example to grab url from google calendar you need to make your calendar public, click on calendar settings and get url from ics field. Instruction. Same goes for Trello
withCacheOnTheHour()
function. This time can be increased or decreased, but i don`t think it is necessary.icsurl
option can be replaced withicsurls
option, to allow you gather events from different sources. This behavior can be simply implemented, but i don`t know is it really useful. I need your opinion for that.