event edit = delete

7 views
Skip to first unread message

smitty

unread,
Nov 11, 2010, 6:24:33 PM11/11/10
to gcal4ruby
Hi,

First off, I think this is great.

However, any event I edit and then save is always deleted ...
suggestions ?

Also, I had to change this to get the events to list:
in recurrence.rb:
def self.parse_complete(value)
d, h = value.split("T")
# originally:
# return Time.parse(d+" "+h.gsub("Z", ""))
# but the h.gsub had a nil error, so I changed it to this:
return Time.parse(d)
end
... then it shows a list of events.
Reply all
Reply to author
Forward
0 new messages