berti92 / mega_calendar

Plugin for redmine: Brings a better calendar and more opportunities to display issues and holidays
http://www.devbert.de/index.php/en/project/megacalendar/
MIT License
70 stars 52 forks source link

How can I set holiday for all users? #114

Closed riggy2013 closed 9 months ago

riggy2013 commented 9 months ago

I want to set public holiday to all, how can I do it?

Thanks, David

riggy2013 commented 9 months ago

This plugin will not update the task end_date per holiday setting, right?

I tried to set holiday to one user, but the task end_date didn't change.

berti92 commented 9 months ago

This plugin will not update the task end_date per holiday setting, right?

I tried to set holiday to one user, but the task end_date didn't change.

Could you explain what do you mean with end_date task?

riggy2013 commented 9 months ago

Say, a task is from Jan 1 to Jan 5 originally. If I set Jan 4 as public holiday, it should shift one day that it is now from Jan 1 to Jan 6, treating holiday as non-working days just as Saturday and Sunday.

berti92 commented 9 months ago

Ah, now I understand. You're right, this function isn't implemented and not planned to be implemented. Holidays are just a reserved slot in the calendar, without any constraints for other events.