mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 14:28:49 +01:00
add calendar to menu and implement ical
tested ical with outlook 2007
This commit is contained in:
parent
fcaea3ce20
commit
541d6f5b69
7 changed files with 89 additions and 14 deletions
|
|
@ -46,6 +46,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
todos.tag 'todos/tag/:name.m', :action => "tag", :format => 'm'
|
||||
todos.tag 'todos/tag/:name', :action => "tag", :name => /.*/
|
||||
|
||||
todos.calendar 'calendar.ics', :action => "calendar", :format => 'ics'
|
||||
todos.calendar 'calendar', :action => "calendar"
|
||||
|
||||
todos.mobile 'mobile', :action => "index", :format => 'm'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue