add ics (iCalendar) export for activiteiten#125
Open
wandernauta wants to merge 3 commits into
Open
Conversation
This adds an endpoint to retrieve a single Activiteit in iCalendar format. Some calendaring applications have both "Add by URL" and "Import from file" features. This should work with both. The former may be more convenient as it will change if the Activiteit is updated. The current version directly exposes the aanvangstijd, eindtijd, nummer, noot, onderwerp, soort, voortouwNaam and zaalnaam fields. A link to the berthub.eu instance is provided to give users a way to quickly find the remaining information (betrokkenen, agendapunten, bijlagen).
The std::chrono::from_stream function is still very new.
Contributor
Author
|
Dit is natuurlijk bedoeld als een eerste implementatie van #119. In mijn kalenderprogramma ziet deze activiteit er dan zo uit:
Thunderbird lijkt ook oké. Ik heb geen Outlook of Google Calendar paraat om te testen, maar die zouden het ook moeten snappen. Mocht er vraag naar zijn dan kan dit in de toekomst redelijk makkelijk uitgebreid worden naar een kalender per commissie of kamerlid, door |
Owner
|
YEAH! Wat cool, ik ga het bestuderen! Maar erg mooi! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

This adds an endpoint to retrieve a single Activiteit in iCalendar format.
Some calendaring applications have both "Add by URL" and "Import from file" features. This should work with both. The former may be more convenient as it will change if the Activiteit is updated.
The current version directly exposes the aanvangstijd, eindtijd, nummer, noot, onderwerp, soort, voortouwNaam and zaalnaam fields. A link to the berthub.eu instance is provided to give users a way to quickly find the remaining information (betrokkenen, agendapunten, bijlagen).