simonbengtsson / eventcal

Filter to only include attending and maybe facebook events in ical and google calendar
http://eventcal.flown.io
MIT License
211 stars 8 forks source link

Tried adding the calendar to google calendar and it did not work #6

Closed tgifryday closed 8 years ago

tgifryday commented 8 years ago
BEGIN:VCALENDAR
PRODID:Eventcal
VERSION:2.0
BEGIN:VEVENT
ORGANIZER;CN=Test"Test:MAILTO:example@example.com
DTSTART:20160901T120000Z
DTEND:20160903T190000Z
SUMMARY:Test
DESCRIPTION:Test
END:VEVENT
END:VCALENDAR
simonbengtsson commented 8 years ago

It actually seems to be a bug with Google Calendar (more info).

That said, I'll see if I can work around the issue somehow. I'll write here once I have looked into it.

Btw, replaced your private calendar with an example event with the same problem.

simonbengtsson commented 8 years ago

Manually escapes the organizer field now and removes any quotes from it now.