smitty
unread,Nov 11, 2010, 6:24:33 PM11/11/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.