My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

Plug-in for Redmine (http://www.redmine.org/) to export project issues and versions as ICalendar (ICS) files.

Important

The current version 1.3.0 requires Redmine 1.4.x. After installing the plugin, please update all subscription URLs as there was a change in the URL format.

Redmine 2.0 is not yet supported.

Installation

  1. cd /opt/redmine/vendor/plugins
  2. svn co http://redmics.googlecode.com/svn/trunk/ redmine_ics_export
  3. cd /opt/redmine
  4. bundle install --without development test

After restarting Redmine, you should now see the plugin in Administration -> Plugins. This plug-in does not require any configuration.

Usage

You should see an additional "ICalendar" section in the sidebar of the "issues" tab.

Copy the link location of any link and past it into your favorite ical-application. These links do not require password-authentification the same way as Redmine's atom-feeds.

Prerequisites

Install instructions: http://rubygems.org/pages/download
gem install icalendar
Powered by Google Project Hosting