== My calendar plugin

This plugin adds a 'my calendar' link to the top menu.

This calendar shows all issues assigned to the current user and versions of projects of which the current user is a member.

== Installation

=== Adding plugin support to Redmine

To add plugin support to Redmine, install the rails engines plugin. See the Redmine wiki for more information.

=== Plugin installation

1. Copy the plugin directory into the vendor/plugins directory

2. Migrate plugin:
   rake db:migrate_plugins

3. Start Redmine

Installed plugins are listed on 'Admin -> Information' screen.
