-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ical: leave type #502
Comments
Hi @christopheg, I made an unofficial change in my local copy to achieve the same, it requires only couple of lines of code. timeoff-management-application\lib\route\feed.js const comments = await getCommentsForLeave({leave: day.leave_obj}); // Incorporate the leave type into the event title instead of the hardcoded ' is OOO (out of office)' cal.createEvent({ |
Hi @attilabalazsy, |
Hi attilabalazsy, Thank you for the patch! Can I have your permission to include it in our Docker image? The patch I made based on your suggestion is here: Thanks again! |
@gerryd feel free to use it! |
Hi,
I'm using the ical to see the team calendar in thunderbird. We have defined different 'leave types' (ex 'work from home'). It would be great to see this leave type via ical.
Currently I don't see any difference between a 'work from home' and an actual holiday.
Is that something that could be added?
The text was updated successfully, but these errors were encountered: