Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #818 from akatsoulas/1065131
Browse files Browse the repository at this point in the history
[fix bug 1065131] Add lat and lon coordinates to ical export.
  • Loading branch information
akatsoulas committed Sep 19, 2014
2 parents 53d8ee6 + 46493ca commit 3d15efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions remo/base/templates/multi_event_ical_template.ics
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ DTEND;TZID={{ event.timezone }}:{{ event.end|format_datetime_utc }}
{{ "DESCRIPTION:%s"|format(event.description)|ical_escape_char|ical_format_lines }}
{{ "URL:%s%s"|format(host, url('events_view_event', slug=event.slug))|ical_escape_char|ical_format_lines }}
SEQUENCE:{{ event.times_edited }}
X-COORDINATES-LAT:{{ event.lat }}
X-COORDINATES-LON:{{ event.lon }}
END:VEVENT
{% endfor %}
END:VCALENDAR

0 comments on commit 3d15efa

Please sign in to comment.