ComputerScienceHouse / schedulemaker

A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.
http://schedule.csh.rit.edu
GNU General Public License v2.0
62 stars 38 forks source link

iCal Export Dates placed wrong #310

Closed jeffaburke closed 10 months ago

jeffaburke commented 2 years ago

I tried exporting a schedule to a iCal format then putting it in my Google Calendar and all the days are off by a couple. For example my Monday classes were placed on Thursdays (Tuesdays -> Fridays, Wednesdays -> Saturdays and so on). Just wondering if this is an error on Googles side or on the schedule maker. Thanks

jeffaburke commented 2 years ago

This is similar to #232 but a little different and that issue has been open for two years now

MoralCode commented 2 years ago

i am seeing this issue too. for me it only starts showing my classes starting sept 1 (when they should start aug 22) and then it just continues the pattern of my classes from there. because Sept1 is a thursday, it places my wednesday and thursday classes on saturday and sunday.

Jack-Papel commented 2 years ago

I made a quick little workaround you can use, which is faster than manually moving the dates: Schedule Fixer

StoneMoney commented 1 year ago

Just missed all my classes today because of this. My fault for not checking.

MoralCode commented 1 year ago

if anyone is looking for a way to download your current calendar somewhat easily (with the caveat that each session of each class is a separate event and not one repeating event per class like SM does), i recently posted a little writeup on the RITLUG wiki for how i fixed a small error with TigerCenter's calendar download button by messing with the javascript on the page a little.

Assuming TigerCenter doesn't change (last semester it was showing no classes at all as far as I remember, which is what drove me here), this may be a good workaround.

Just missed all my classes today because of this. My fault for not checking.

maybe ical export should be disabled until this gets fixed to prevent this from happening to anyone else?

MoralCode commented 1 year ago

326 seems to be the core issue here (it also means this issue depends on the semester)