Skip to content

giraypultar/redmine_add_to_calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 2.3 or higher
  • Ruby 1.9.3, 2.1.3

See build result of TravisCI for further details.

Requirements

  • icalendar 2.0 or higher

Copyright

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

About

Redmine plugin for adding issue to Calendar as event

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.3%
  • HTML 2.7%