Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to parse Google Calendar exported ical archive #29

Closed
kaihendry opened this issue Jan 12, 2014 · 2 comments
Closed

Unable to parse Google Calendar exported ical archive #29

kaihendry opened this issue Jan 12, 2014 · 2 comments

Comments

@kaihendry
Copy link

http://gmailblog.blogspot.sg/2013/12/download-copy-of-your-gmail-and-google.html

One such full archive is here: http://s.natalian.org/2014-01-06/hsg-event-archive.ics

ical.js seems to get confused by the alarms that Google Calendar inserts:

@chernjie
Copy link
Contributor

chernjie commented Sep 4, 2014

Please close this ticket
Fixed by #47, with alarm is now nested

{ 'A21E27F2-2149-4A2B-8F7E-E79BD1B4022F':
   { type: 'VEVENT',
     params: [],
     transparency: 'OPAQUE',
     end: { Thu, 03 Mar 2011 14:00:00 GMT tz: 'Asia/Singapore' },
     uid: 'A21E27F2-2149-4A2B-8F7E-E79BD1B4022F',
     dtstamp: '20110220T064133Z',
     location: '',
     description: '',
     status: 'CONFIRMED',
     sequence: '3',
     summary: 'the vietnam scene, by mario and hong phuc',
     'last-modified': '20110220T064133Z',
     start: { Thu, 03 Mar 2011 11:15:00 GMT tz: 'Asia/Singapore' },
     created: '20110209T044557Z',
     'F4568142-4456-4573-A275-9163BEAC801D':
      { type: 'VALARM',
        params: [],
        'WR-ALARMUID': 'F4568142-4456-4573-A275-9163BEAC801D',
        uid: 'F4568142-4456-4573-A275-9163BEAC801D',
        trigger: '-PT30M',
        'APPLE-DEFAULT-ALARM': 'TRUE',
        attach: [Object],
        action: 'AUDIO' } } }

@peterbraden
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants