MikeRogers0 / Ruby-Meetup-Calendar

List all the current Ruby Meetups
https://ruby-meetup-calendar.mikerogers.io
MIT License
23 stars 9 forks source link

Bug in iCal Events' Duration #60

Open meg-gutshall opened 3 years ago

meg-gutshall commented 3 years ago

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 commented 3 years ago

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 :)