Changeset 3930
- Timestamp:
- 07/01/08 15:09:49 (5 months ago)
- Files:
-
- icalexporterplugin/0.11/README.txt (modified) (1 diff)
- icalexporterplugin/0.11/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
icalexporterplugin/0.11/README.txt
r3824 r3930 3 3 == Description == 4 4 5 '' 'read trac feeds in your calendar!'''5 ''read trac feeds in your calendar!'' 6 6 7 7 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. icalexporterplugin/0.11/setup.py
r3807 r3930 8 8 author='Jeff Hammel', 9 9 author_email='jhammel@openplans.org', 10 url='http://trac-hacks.org/wiki/ k0s',10 url='http://trac-hacks.org/wiki/IcalExporterPlugin', 11 11 keywords='trac plugin', 12 12 license="GPL",
