Feature #7079
openAdding Holidays to Calendar
50%
Description
We want to show national holidays and Sundays with a different color in the calendar so that the user knows it is a holiday.
I tried to use "holidays.gem" to do that but yet i couldn't succeed.
We don't mean to use schedules plugin or any, we directly want to change the redmine calendar.
Related issues
Updated by Jean-Baptiste Barth almost 14 years ago
I think it's not something everybody would use. Maybe it would be a good idea to put it into a plugin which would change the default calendar behavior, don't you think ? I'd personally be interested in such a plugin, but have no time for implementing it now.
Updated by yasin koşar almost 14 years ago
- % Done changed from 0 to 50
Thanks, you are right, it would be better not change redmine, but write a plugin. I changed redmine calendar a bit, and now i can see holidays in it. but if i have time i may try to do it by a plugin as well.
Updated by Terence Mill over 13 years ago
Any news on this?
Would be great also to import "read only" via ical web urls to show this dates in redmine calendar, e.g sundays and work free days .. etc
Updated by Terence Mill over 13 years ago
A very good user case description copied from forum entry
Objective
Provide the users with an ability to specify holidays and the application with an ability to determine working and non-working days
Motivations
There are several reasons to have multiple and customizable calendars in Redmine.
1. Accounting holidays is very important for project planning and activity tracking. Since holidays are country specific, the calendar should be customizable (at UI level) to accommodate local specifics
2. There are cases when some members or even entire enterprise or may work on a custom calendar (four-days week, for example)
3. Project members may reside in different countries and thus, working on different calendars. Therefore the application should be flexible enough to capture and track all these nuances.
Use case identification
In the scope of this module the following use cases were identified:
- Create/Edit a calendar
- Apply one or more calendars in the Calendar View
- Apply one or more calendars in the Gantt View
- List all holidays for a given year
- Determine if a given day is working or no
- Set a calendar for a member or a group
Related materials
Forum Messages
http://www.redmine.org/boards/4/topics/19456
http://www.redmine.org/boards/1/topics/19134
Plugins/gems
https://github.com/alexdunae/holidays
http://www.redmine.org/plugins/worktime
Updated by Terence Mill over 13 years ago
There is a ready to use railsapp baed on jquery called full calendar - see demo
Its nearly to google calendar..
“FullCalendar” provides a full-sized, drag & drop calendar. It uses AJAX to fetch events on-the-fly for each month. It also supports an intuitive interface to manage events that spans over multiple days or weeks. It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event.
Could be used and embedded in redmine for appointment management, meeting schedule and holidays.
Updated by Terence Mill over 13 years ago
This is a plugin which adds an ICS feed link to the calendar view
Updated by Terence Mill over 13 years ago
This is a plugin which adds an ICS feed link to the calendar view
Updated by Eugene Hutorny almost 13 years ago
We are proud to announce Multi calendar plugin
Updated by Roberto Viola almost 13 years ago
could you add some screenshot?
Thanks
Updated by Terence Mill almost 13 years ago
Is it announcing good idea, right before there is any download to provide or is there any repository/download ur will provide?
Updated by Martin Denizet (redmine.org team member) almost 13 years ago
Eugene Milan Hutorny
Same thing here, you did not provide any link. Where to get the plugin?
Updated by Terence Mill almost 13 years ago
I vote to remove this plugin entry so far there is no binary/repo availabe.
Updated by Eugene Hutorny almost 13 years ago
Link to the repo added,
Sorry for confusion, on Feb 13 we stuck with ssh authentication issue and therefore failed to submit repo same day.
Updated by Terence Mill almost 13 years ago
Please add url "https://github.com/ksfltd/redmine_multi_calendar" as well/instead, for issues, overview, different git protocol sections.
Updated by Eugene Hutorny almost 13 years ago
Added https://github.com/ksfltd/redmine_multi_calendar as homepage
Updated by Toshi MARUYAMA over 8 years ago
- Has duplicate Feature #22997: Administrative calendar added