search for: ics_todo_path

Displaying 1 result from an estimated 1 matches for "ics_todo_path".

2006 Feb 20
0
vpimd, a personal information server
...;'/calfile'', WEBrick::HTTPServlet::FileHandler, $ical_folder, :FancyIndexing=>true ) # For debugging... register( ''My Calendar Folder'', ''/calfile'' ) ##### iCalendar/todo as RSS $ics_todo_title = ''My Todo Items as an RSS Feed'' $ics_todo_path = "/ics/todo.rss" class IcalTodoRssServlet < WEBrick::HTTPServlet::AbstractServlet def do_GET(req, resp) rss = RSS::Maker.make("0.9") do |maker| title = $ics_todo_title link = ''http:///'' maker.channel.title = title maker.ch...