Closes #134
- Dynamically generates the calendar before the export step
- I tested it with google calendar, updates are propagating as expected (it takes a day for google calendar to get updated)
You can try adding this URL to your calendar to test things out: https://csclub.uwaterloo.ca/~a3thakra/csc/adi-ical/events.ics
Closes #134
You can try adding this URL to your calendar to test things out: https://csclub.uwaterloo.ca/~a3thakra/csc/adi-ical/events.ics
I'll revert #53f5ca before merging
Can you post a
diff
between the old iCS and the new generated one?---
This is already in main, can you rebase/merge in main?
scale: "GREGORIAN",
x: { "X-WR-RELCALID": "3359A191-B19E-4B53-BADC-DFC084FC51C9" },
events: events.reverse().map(({ metadata }) => ({
id: `${new Date(metadata.date)
Will this break if we have more than one event on the same date?
same date and time, yes.
f1f837fe03
to072b7926a6
2 years ago@n3parikh here's the diff: https://www.jstoolset.com/diff/4a412168d660c28a
34fb652fb9
into main 2 years agoReviewers
34fb652fb9
.