I have been unable to figure out how to set an
unlimited booking window on conference room resources to allow for
recurring meetings without an end date. The acceptable values are
0 up to 1080 using the commande:
set-MailboxCalendarSettings -identity Room.Name@Domain.com -BookingWindowInDays 1080
By using Set-MailboxCalendarSettings, I can set
EnforceSchedulingHorizon to False and set the booking window to 1,080
days. This allows for recurring meetings to be scheduled without an end
date, but 1,080 days in the future, it falls off the calendar. In
addition, the Auto Accept response includes an end date for the meeting.
I've tried settings the BookingWindowInDays to 0 and -1, but
neither works. Is there any way to truly make this unlimited?
Thanks
|