Changes between Version 2 and Version 3 of TracRoadmap
- Timestamp:
- 2014-01-26 00:59:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracRoadmap
v2 v3 31 31 * [http://www.novell.com/de-de/products/desktop/features/evolution.html Evolution] also support iCalendar 32 32 * [http://office.microsoft.com/en-us/outlook/ Microsoft Outlook] can also read iCalendar files (it appears as a new static calendar in Outlook) 33 * [https://www.google.com/calendar/ Google Calendar] 33 34 34 35 To subscribe to the roadmap, copy the iCalendar link from the roadmap (found at the bottom of the page) and choose the "Subscribe to remote calendar" action (or similar) of your calendar application, and insert the URL just copied. … … 36 37 '''Note:''' For tickets to be included in the calendar as tasks, you need to be logged in when copying the link. You will only see tickets assigned to yourself, and associated with a milestone. 37 38 39 '''Note:''' To include the milestones in Google Calendar you might need to rewrite the URL. 40 {{{ 41 RewriteEngine on 42 RewriteRule ([^/.]+)/roadmap/([^/.]+)/ics /$1/roadmap?user=$2&format=ics 43 }}} 44 38 45 More information about iCalendar can be found at [http://en.wikipedia.org/wiki/ICalendar Wikipedia]. 39 46 ---- 40 See also: TracTickets, TracReports, TracQuery, [trac:TracRoadmapCustomGroups TracRoadmapCustomGroups]47 See also: TracTickets, TracReports, TracQuery, [trac:TracRoadmapCustomGroups]