OpenSourceCornell / osc_website

The new OpenSourceCornell website
0 stars 1 forks source link

Generate ical/other calendar events from our event pages #13

Open lidavidm opened 7 years ago

pniedzielski commented 7 years ago

Do you mind if I bang this one out?

lidavidm commented 7 years ago

Uh, sure, is there already a module for this?

lidavidm commented 7 years ago

This was handled by #17. However, it seems the date format is wrong: it hardcodes UTC, but I've actually specified dates in EST (UTC-5).

pniedzielski commented 7 years ago

I wasn't able to find a way to print the timezone out in the proper way, but I thought I noticed that the dates were coming out in UTC regardless of what timezone you put in. This is not the case:

DTSTART:20170227T180000Z
DTEND:20170227T190000Z

should be 18:00 in EST.

We'll probably have to write a liquid thing to deal with it.