= export iCalendar format for pages with an RSS feed = == Description == '''read trac feeds in your calendar!''' For out of the box trac, only the [http://trac.edgewall.org/roadmap roadmap module] has an [http://trac.edgewall.org/roadmap?format=ics iCal feed]. the IcalExporterPlugin exposes an [http://ietf.org/rfc/rfc2445.txt iCal format] in the ''"Download in other formats"'' section. The calendar is created by parsing the RSS feed for the page and transforming it to iCal format. The calendar can then be read by (e.g.) [http://google.com/calendar google calendar] by using the [http://google.com/support/calendar/bin/answer.py?hl=en&answer=37100 "Add by URL"] feature. [[Include(source:icalexporterplugin/0.11/README.txt, text/x-trac-wiki)]] == Bugs/Feature Requests == Existing bugs and feature requests for IcalExporterPlugin are [query:status!=closed&component=IcalExporterPlugin&order=priority here]. If you have any issues, create a [/newticket?component=IcalExporterPlugin&owner=k0s new ticket]. == Download == Download the zipped source from [download:icalexporterplugin here]. == Source == You can [/svn/icalexporterplugin check out] the source using Subversion, or [source:icalexporterplugin browse] with Trac. == Example == Click on the [http://trac.openplans.org/sandbox/timeline Timeline] navigation item in a trac instance where this plugin is enabled. Scroll to the bottom of the page. The ability to download as iCalendar should be evident: [[Image(icalexample.png)]] ''from http://trac.openplans.org/sandbox/timeline'' == How it Works == The IcalExporterPlugin examines if a page has an RSS feed. If it does, it adds a iCalendar download option as well. The brunt of the work is done by [/svn/icalexporterplugin/0.11/icalexporter/ical.py ical.py], which writes the iCalendar format (most of the hard work was stolen from [http://trac.edgewall.org/browser/trunk/trac/ticket/roadmap.py the roadmap module]). [/svn/icalexporterplugin/0.11/icalexporter/ical.py ical.py] is independent of trac and should probably be moved upstream of the plugin or of trac entirely. == Recent Changes == [[ChangeLog(icalexporterplugin, 3)]] == Author/Contributors == ''Originally developed at [http://topp.openplans.org The Open Planning Project]'' '''Author:''' [wiki:k0s] [[BR]] '''Contributors:'''