Results 55 comments of Peter Braden

Can you try: export TZ=GMT on the machine?

The tests aren't passing for me - any ideas? ``` ~/repos/ical.js:jfrumar-master$ npm test > [email protected] test /Users/peterbraden/repos/ical.js > ./node_modules/vows/bin/vows ./test/test.js ··································· ✗ Errored » callback not fired in with test2.ics...

Hi, This is actually a fairly difficult problem - most ical emitters don't correctly implement the spec (see http://tools.ietf.org/html/rfc2445#section-4.8.7 for change management) - so we'd have to create some heuristic...

yeah, it's fairly easy to just iterate through entries if your dataset is gonna be small - keep in mind that entries may be updated as well as just created,...

I'm working on a branch that can generate ical as well as parse it.

hey @clayzermk1 , yeah, sadly progress on this kinda stalled :) I'd love any help - if you work on this I'll definitely pull it in. I think that branch...

honestly, it was so long ago, I can't really remember - I think that branch is a fair way along, I don't really remember what stopped me :) Let me...

The issue with this is that it only works in node, whereas I'd like to keep the library browser compatible - can you use node-time in your own code and...

This adds a library to ical.js. Because it's intended that ical.js can be used in a browser without a build step, this won't work - would it be possible to...

Can I suggest an alternate approach? We could drop fromUrl and parseFile - they never should have been part of this module, as they are out of scope. I'd be...