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

Extra event id #28

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

Extra event id #28

kaihendry opened this issue Jan 12, 2014 · 2 comments

Comments

@kaihendry
Copy link

There is always an extra event. E.g.

   var ical = require('ical');
   ical.fromURL('http://sg.hackandtell.org/ics/', {},
   function(err, data) {
           console.log(data);
           }
   );


{ ' 1389076210723542885': 
   { type: 'VEVENT',
     params: [],
     uid: ' 1389076210723542885',
     summary: ' Hack and Tell',
     location: ' Hackerspace.SG, 344B King George\'s Avenue',
     description: ' Show and tell for hackers. Five minute demos, each followed by five minutes of questions.',
     start: ' 20140128T200000',
     end: ' 20140128T220000' },
  '28482.87234082818': {} }

'28482.87234082818' came from nowhere...

@chernjie
Copy link
Contributor

chernjie commented Sep 4, 2014

As per #46 and #47, this issue can be closed.

No more extra event id

{ '1398221597782893061@sg.hackandtell.org':
   { type: 'VEVENT',
     params: [],
     uid: '1398221597782893061@sg.hackandtell.org',
     summary: 'Hack and Tell',
     location: 'Hackerspace.SG, 344B King George\'s Avenue',
     description: 'Show and tell for hackers. Five minute demos, each followed by 5 minutes of Q&A.',
     start: { Thu, 01 May 2014 12:00:00 GMT tz: 'Asia/Singapore' },
     end: { Thu, 01 May 2014 14:00:00 GMT tz: 'Asia/Singapore' } } }

@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