mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-16 09:16:32 +01:00
fix error in calendar feed
This commit is contained in:
parent
ee30571855
commit
2980de2d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ CLASS:PUBLIC
|
||||||
CATEGORIES:Tracks
|
CATEGORIES:Tracks
|
||||||
CREATED:<%= todo.created_at.strftime("%Y%m%dT%H%M%SZ") %>
|
CREATED:<%= todo.created_at.strftime("%Y%m%dT%H%M%SZ") %>
|
||||||
DESCRIPTION:<%= format_ical_notes(todo.notes) %>
|
DESCRIPTION:<%= format_ical_notes(todo.notes) %>
|
||||||
LAST-MODIFIED:<%= updated_at.strftime("%Y%m%dT%H%M%SZ") %>
|
LAST-MODIFIED:<%= todo.updated_at.strftime("%Y%m%dT%H%M%SZ") %>
|
||||||
LOCATION:
|
LOCATION:
|
||||||
SEQUENCE:0
|
SEQUENCE:0
|
||||||
STATUS:CONFIRMED
|
STATUS:CONFIRMED
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue