Vacation organisation/Holiday planning

Hi there, is there any good plug in for a Django application to manage vacation wishes of employees ?
And if not, is there any good existing way to deal with this topic concerning calendar-entries and showing ?

Thx for input!

First place I always check for third-party Django packages is https://djangopackages.org/. In this case, you might want to start your search with Django Packages : Calendar

Also, depending upon what specific functionality, UI, and UX you wish to provide, you might also want to look at JavaScript Calendar widgets to provide the browser-based interface.

2 Likes

Thx for this hint, i will check this :slight_smile: