Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display event date ranges properly #117

Open
ky28059 opened this issue Aug 11, 2022 · 0 comments
Open

Display event date ranges properly #117

ky28059 opened this issue Aug 11, 2022 · 0 comments

Comments

@ky28059
Copy link
Member

ky28059 commented Aug 11, 2022

Not sure if we need to parse this ourselves, but iCal date ranges are typically given to us in a day-by-day format, where if an event was taking place from Aug. 5 - Aug. 7 it would give us 3 day-long events on Aug. 5 - 6, Aug. 6 - 7, and Aug. 7 - 8. This is misleading as displaying the day-long events makes it look like the event is only from Aug. 5 - 6 for example, when its really from Aug. 5 - 7.

I think homework central might have had code to help with this? We'd also need to rework our logic for displaying an event on a certain day to correctly parse day ranges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant