Forum Discussion
Best Setup for Office 365 Vacation Calendar
If you like your boss to receive a mail and possibility to add to their own calendar just create an activity ( Vacation ) and add your boss! He/she will receive a mail and can add the activity to his/her own calendar
I think this solution is the most used one and also the simplest one because you only use your own calendar and everyone have access to as much information as you’d like
Adam
Thanks Adam. It sounds like the option you've suggested then requires me to check everyone's calendar to see if they are in the office. We have 40 people in the office, so even if I have linked to their calendars....that gets cumbersome fast. I want to look at one calendar and see who is out of the office for the day or the week......and offer that same functionality for everyone in the office. Again the example of a calendar "whiteboard" is the best visualization of what I'd like to achieve. Simple, flexible, functional. If it works, I may consider the same idea for a calendar that tells everyone when customers, corporate executives, or other visitors will be in the building. Having said that one of the basic principles needs to be simplicity; if Outlook calendaring does not offer this simple bit of functionality, I might consider SharePoint.....but haven't used it in awhile and don't know how simple that solution would be to develop or to use.
- KennethSchmitzAug 30, 2021Copper Contributor
Now that there are unified groups which create a recipient type of GroupMailbox wouldn't it be nice to be able to set the automated calendar features of this mailbox type to use it as a vacation tracking calendar?. I know my manager of my department is wanting to track his reports' PTO, and would like to approve/reject them prior to them getting posted to our team calendar. Since we already have a Microsoft team set up for this, which has created a GroupMailbox why not let me set the ResourceDelegate up as my manager? Instead I receive the error that the recipient type must be set as a resource.
- ScullsterMar 25, 2021Copper Contributor
Worked for me. Thanks
- ceekay1Jan 08, 2021Copper Contributor
I know this is a few years late, but I had the same problem. Although I used a Room, my belief is that a Resource would also work. We wanted a shared vacation calendar WITH approvals required. Hope this helps someone. I found this infuriatingly difficult to find a solution. But once I had the solution it was simple.
USE OLD Exchange Admin Center
- create room ooovaca and save
- edit room
- booking delegates
- select delegates...
- add delegates to list
- booking options
- allow repeating
- max booking time 730 (two years)
- max duration 0 (unlimited)
- save
In PowerShell
set-CalendarProcessing ooovaca -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false //this is so that viewers can see who made the request (in case they just said "Going to NC" in the subject)
set-calendarprocessing ooovaca -allowconflicts $true //so that multiple people could be on vacation at once
- Dec 28, 2018Yes! You have to check them individually this way! You can select several and have them in a single view as a default calander view though but not 40 :)
But also having 1 calendar for 40 people will be cumbersome when people start filling it! The view of this calendar will not be friendly either! If you want a separate calendar you can use a shared one or a 365 group calendar! A sharepoint calendar works basically the same as a shared one but you loose some exchange functionality! They have the option to add to their calendar as well!
If you use a office 365 group calendar you can set policy’s via powershell to subscribe everyone in the group to this, meaning they will receive a mail, add it themself to theirs etc..