theholla / shift-ics-generator

JSON to ICS generator for Shift2Bikes calendar events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

End Time in Google Cal is inaccurate

theholla opened this issue · comments

All "End Times" on the gCal events are the same as the start times.

Notes:

  • the generated CSV displays the correct end time
  • the CSV is formatted as described on Google's support page for importing events

For an example, see the Vintage Playground Ride on 6/10/2019 at 11am. GCal shows the event start and end time as 11:00am. The CSV files shows:

"Subject","Start Date","Start Time","End Time","Description","Location"
"Vintage playground ride","2019-06-10","11:00:00","13:30:00","...","..."

I suspect there are some secret requirements for the CSV that aren't mentioned in Google's docs.

Resolved for ICS files. Still a problem for CSV (not recommended).