add calendar to menu and implement ical

tested ical with outlook 2007
This commit is contained in:
Reinier Balt 2008-10-03 22:44:58 +02:00
parent fcaea3ce20
commit 541d6f5b69
7 changed files with 89 additions and 14 deletions

View file

@ -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'