Feature #1077
ICS view of Calendar
| Status: | Assigned | Start: | 2008-04-18 | ||
| Priority: | Normal | Due date: | |||
| Assigned to: | - | % Done: | 90% |
||
| Category: | Feeds | ||||
| Target version: | 0.8 | ||||
| Resolution: |
Description
It would be really nice if we could get an ICS view of a project calendar similar to how we get RSS feeds of project activity. This way users can see all the events (and milestones/versions) in their calendar software and the activity in their RSS readers.
History
2008-04-30 23:17 - Florian LAMACHE
- File ICS_Support.patch added
- Status changed from New to Resolved
- Target version set to 0.7.1
- % Done changed from 0 to 100
This patch add the functionnality : "Also available in: iCal" !
I worked with the revision 1388.
This patch provide all the events from the beginning of the project till now.
Enjoy,
Florian
2008-04-30 23:21 - Florian LAMACHE
Its based on http://icalendar.rubyforge.org/
So you need to install iCalendar via GEM :- gem install icalendar
2008-05-01 18:39 - Thomas Lecavelier
- Status changed from Resolved to Assigned
- % Done changed from 100 to 50
Florian,
Please correct these problems with your patch:
- the patch don't mention the r1388, applying it will mess the merger
- the file app/views/projects/calendar.rhtml is binary encoded instead of text
- a minimal test harness should be a real plus for integrating this patch
2008-05-05 19:35 - Florian LAMACHE
- File ICS_Support__2.patch added
- % Done changed from 50 to 90
New version. Bugs fixed. Tested on two production version.
Any feedbacks ?
2008-09-09 10:25 - Joris Verschoor
If I go to: http://xxxxxxx/projects/calendar/PROJECTNAME?format=ics I get a missing template error:
ActionController::MissingTemplate (Missing template common/calendar.ics.erb in view path xxxxx/redmine-0.7.3/a
pp/views):