Ruby-Meetup-Calendar icon indicating copy to clipboard operation
Ruby-Meetup-Calendar copied to clipboard

Bug in iCal Events' Duration

Open meg-gutshall opened this issue 3 years ago • 1 comments

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.

meg-gutshall avatar May 07 '21 18:05 meg-gutshall

https://github.com/MikeRogers0/Ruby-Meetup-Calendar/blob/9470e013afb33e9fe0151181f56c768d60fec8fa/plugins/builders/ical_builder.rb#L43 - 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 :)

MikeRogers0 avatar May 08 '21 09:05 MikeRogers0