Displaying 1 result from an estimated 1 matches for "cal_string".
Did you mean:
as_string
2006 Jun 28
2
webcal url
...automatically adds the event to the
calendar
event.user_id = "joe-bob@somewhere.net"
event.timestamp = DateTime.now
event.summary = "Meeting with the man."
# We can output the calendars as strings to write to a file,
# network port, database etc.
cal_string = cal.to_ical
send_data cal_string
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060628/7e93a8e1/attachment.html