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

Bug in iCal Events' Duration #60

Open
meg-gutshall opened this issue May 7, 2021 · 1 comment
Open

Bug in iCal Events' Duration #60

meg-gutshall opened this issue May 7, 2021 · 1 comment

Comments

@meg-gutshall
Copy link
Contributor

Related to Issue #53.

The events imported via the iCal URL all default to a one-hour duration regardless of their listed duration on their source platform (Meetup, Eventbrite, RubyFeed, etc.).

Screen Capture

Ruby Meetup Calendar Event

The orange event is a previous RSVP I made to Columbus Ruby Brigade's monthly meetup from my own "Tech Events" calendar. As you can see, it runs from 6:00–8:00 PM EDT.

The blue event is the imported Ruby Meetup Calendar, which displays the same event as lasting only an hour.

@MikeRogers0
Copy link
Owner

ical_event.dtstart = Icalendar::Values::DateTime.new(event[:datetime].to_datetime.utc, tzid: "UTC")
- This is where the start time is set.

I think the underlying issue is I'm not tracking the end times of events right now. We'll have to update the feed parsers to include that, then we'll be able to fix this :)

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

2 participants