close
Warning:
Can't synchronize with repository "(default)" (/hepforge/svn/gosam does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Nov 9, 2012, 9:15:12 AM (12 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
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] |