Edgewall Software

Changes between Version 4 and Version 5 of 0.12/TracRoadmap


Ignore:
Timestamp:
Jul 16, 2012, 9:16:12 PM (12 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracRoadmap

    v4 v5  
    1 ** Note: this page was used to prepare the 0.12 version of wiki:/TracRoadmap, see now directly that toplevel page **
     1** Note: this page documents the 0.12 version of Trac, see [[0.11/TracRoadmap]] if you need the previous version **
    22= The Trac Roadmap =
    33[[TracGuideToc]]
     
    3232 * [http://www.novell.com/de-de/products/desktop/features/evolution.html Evolution] also support iCalendar
    3333 * [http://office.microsoft.com/en-us/outlook/ Microsoft Outlook] can also read iCalendar files (it appears as a new static calendar in Outlook)
     34 * [https://www.google.com/calendar/ Google Calendar]
    3435
    3536To 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.
     
    3738'''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.
    3839
     40'''Note:''' To include the milestones in Google Calendar you might need to rewrite the URL.
     41{{{
     42RewriteEngine on
     43RewriteRule ([^/.]+)/roadmap/([^/.]+)/ics /$1/roadmap?user=$2&format=ics
     44}}}
     45
    3946More information about iCalendar can be found at [http://en.wikipedia.org/wiki/ICalendar Wikipedia].
    4047----
    41 See also: TracTickets, TracReports, TracQuery, [trac:TracRoadmapCustomGroups TracRoadmapCustomGroups]
     48See also: TracTickets, TracReports, TracQuery, [trac:TracRoadmapCustomGroups]