Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.64 KB

README.md

File metadata and controls

58 lines (33 loc) · 1.64 KB

Redmine Add to Calendar plugin

Build Status

Redmine plugin for adding issue to Calendar as event.

Click "Add to Calendar" button in context menu of issues

Click Add to Calendar button in context-menu of issues.

issue_events.ics file will be downloaded

issue_events.ics file will be downloaded.

Planned Features (>= 0.0.3)

  • #5 Access control
    • Public project issues: All users with anonymous
    • Private project issues: Project member with view_issues permission
  • #4 Timezone by user preference
  • #3 User settings
    • Event time
    • Alarm rule

Please see Issues and Milestones for further details.

Installation

git clone to REDMINE/plugins.

$ git clone https://github.com/hidakatsuya/redmine_add_to_calendar.git REDMINE/plugins

Or, get this plugin from here.

Then, bundle install in Redmine directory:

$ bundle install

Finally, restart Redmine.

Uninstallation

Remove REDMINE/plugins/redmine_add_to_calendar, then restart Redmine.

Supported versions

  • Redmine 3.1, 3.2, 3.3
  • Ruby 2.1, 2.2, 2.3

See build result of TravisCI for further details.

Requirements

  • icalendar 2.0 or higher

Copyright

© Katsuya Hidaka. See MIT-LICENSE for further details.