tritech / node-icalendar

iCalendar parser and generator for Node.js
MIT License
233 stars 50 forks source link

Can't get it working with Google Calendar #5

Open lefnire opened 11 years ago

lefnire commented 11 years ago

I got this to export an .ics which is recognized just fine on Mac Calendar. When I try importing a Google Calendar by URL providing the .ics file's URL, however, GCal will setup a calendar fine but fail to import events.

I've been running the exports through icalvalid to test. One thing I've noticed is node-icalendar produces a date property that fails this test: The value appears to be a 'date' value, but 'VALUE=DATE' was not specified.. I tried fixing that with this line, but still the same problem with GCal. I'm sure it's something I'm doing wrong, but wondered if you had anything top-of-the-dome re: node-icalendar v GCal?

lefnire commented 11 years ago

Here's a sample url, which produces this text