vpim
vpim copied to clipboard
vCard and iCalendar support for ruby
Hi @sam-github First I would like to thank you for the effort in this gem, really helpful! So here is the problem I'm facing: I was testing with my customer...
I haven't run tests, since gem doesn't specify development dependencies. However this patch fixes issue #5 for me and I haven't noticed other issued so far. Please review this patch.
In `.bundle/gems/vpim-0.695/lib/vpim/vcard.rb:678`. And, well, "Application could not be started".
I'm trying to look at recurrences of a calendar event and running into that error Here's my code ``` ruby calendars = Vpim::Icalendar.decode(ics) calendars.each do |calendar| cal_data = calendar. select...
### Working with Ruby 2.1.5 - `# -*- encoding : binary -*-` fixed my 'invalid multibyte escape' error, like it did in [Fix invalid multi-byte escape errors on ruby 1.9](https://github.com/sam-github/vpim/commit/890549b93d2e55e5a43ad3a1dc73c4d061a77cff)....