uWaterloo / Datasets

Datasets powering the Open Data API
https://api.uwaterloo.ca
61 stars 55 forks source link

Add thank-you days #263

Closed lkmorlan closed 2 years ago

lkmorlan commented 2 years ago

Add the thank-you days announced on Feb. 4.

lkmorlan commented 2 years ago

I still don't see these on: https://openapi.data.uwaterloo.ca/v3/HolidayDates/paidholidays/ics What has to be done to deploy these changes?

sbobkin commented 2 years ago

@lkmorlan apologies, should be there now? Can you confirm please.

lkmorlan commented 2 years ago

I still don't see them. I used wget to download the file and checked for the dates.

sbobkin commented 2 years ago

That endpoint has a very aggressive 90 day cache that doesn't always evict, I've forced it to clear and it looks like the content is in the ICS file now:

BEGIN:VEVENT
UID:AdditionalDay2/22/2022
DESCRIPTION:Additional Day
SUMMARY:Additional Day
DTSTART;VALUE=DATE:20220222
END:VEVENT
BEGIN:VEVENT
UID:AdditionalDay10/11/2022
DESCRIPTION:Additional Day
SUMMARY:Additional Day
DTSTART;VALUE=DATE:20221011
END:VEVENT
lkmorlan commented 2 years ago

I am now seeing it in my calendar. Thanks.