Forum Discussion
Best Setup for Office 365 Vacation Calendar
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
Worked for me. Thanks
- 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.