BEGIN:VEVENT UID:4610<%= calentry.id.to_s %> ORGANIZER;CN="Peter Schlechter, Example Inc.":MAILTO:peter@fet.at LOCATION:Vienna SUMMARY:<%= calentry.name %> DESCRIPTION: <%= link_to calentry.name.to_s, polymorphic_path(calentry.object) %><%= calentry.summary %> CLASS:PUBLIC DTSTART:<%= calentry.start.strftime "%Y%m%dT%H%M%S" %> DTEND:<%= calentry.ende.strftime "%Y%m%dT%H%M%S" %> DTSTAMP:<%= calentry.start.strftime "%Y%m%dT%H%M%S" %> END:VEVENT