You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users want to download iCal https://en.wikipedia.org/wiki/ICalendar exports of our calendars. For federal states and schools. We need to provide the following versions:
One calendar with just the school vacations (is_school_vacation == true).
One calendar with the school vacations and the public holidays.
I don't know under which path they should be routed (I guess /api/2.0/...).
Misc
I am not familiar with the iCal format but I guess it contains some sort of fingerprint to make sure if data has changed. We have to honor that system by querying the updated_at fields of the used periods and use that as that fingerprint.
The text was updated successfully, but these errors were encountered:
Users want to download iCal https://en.wikipedia.org/wiki/ICalendar exports of our calendars. For federal states and schools. We need to provide the following versions:
is_school_vacation == true
).Both will be linked on https://www.mehr-schulferien.de/ferien/d/bundesland/:slug and on https://www.mehr-schulferien.de/ferien/d/schule/:slug
I don't know under which path they should be routed (I guess /api/2.0/...).
Misc
I am not familiar with the iCal format but I guess it contains some sort of fingerprint to make sure if data has changed. We have to honor that system by querying the
updated_at
fields of the usedperiods
and use that as that fingerprint.The text was updated successfully, but these errors were encountered: