dv / iCal2GCal

Takes iCal files (.ics) and adds the events to your Google Calendar.
MIT License
4 stars 0 forks source link

Any idea how I can fix this? #1

Open hni opened 14 years ago

hni commented 14 years ago

ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux]

$ ./ical2gcal.rb /home/a/Desktop/e114689951884542.ics /usr/lib/ruby/gems/1.9.1/gems/googlecalendar-1.1.0/lib/googlecalendar/ical.rb:91:in handle_vevent_dtstamp': uninitialized constant Googlecalendar::ICALParser::DateTime (NameError) from /usr/lib/ruby/gems/1.9.1/gems/googlecalendar-1.1.0/lib/googlecalendar/ical.rb:29:inhandle_element' from /usr/lib/ruby/gems/1.9.1/gems/googlecalendar-1.1.0/lib/googlecalendar/ical.rb:10:in block in parse' from /usr/lib/ruby/gems/1.9.1/gems/googlecalendar-1.1.0/lib/googlecalendar/ical.rb:9:ineach' from /usr/lib/ruby/gems/1.9.1/gems/googlecalendar-1.1.0/lib/googlecalendar/ical.rb:9:in parse' from /usr/lib/ruby/gems/1.9.1/gems/googlecalendar-1.1.0/lib/googlecalendar/dsl.rb:7:inparse' from ./ical2gcal.rb:32:in `

'

dv commented 14 years ago

No idea, sorry. I'll check it out when I have time. Will let you know if I find anything!