Améliorer format ical
This commit is contained in:
parent
0b3bfa45f1
commit
634061931d
@ -12,7 +12,7 @@ DTEND:<%= event.end_time.strftime '%Y%m%dT%H%M%S' %>
|
||||
UID:<%= event.id %>@agendadulibre.org
|
||||
SUMMARY:<%= event.title %>
|
||||
URL:<%= event_url event %>
|
||||
DESCRIPTION:<%= strip_tags(event.description).to_crlf.gsub(/\r/, '').gsub /^/, ' ' %>
|
||||
DESCRIPTION:<%= strip_tags(event.description).to_crlf.gsub(/,/, '\,').gsub(/;/, '\;').gsub(/\r/, '').gsub /^/, ' ' %>
|
||||
LOCATION:<%= event.full_address %>
|
||||
END:VEVENT
|
||||
<% end %>
|
||||
|
Loading…
Reference in New Issue
Block a user