For Office 365, the default time into the future you can book a room looks to be 180 days. Find out the current time with:
Get-CalendarProcessing -Identity "Conference Room" | select BookingWindowInDaysYou can then set the window to the maximum of 1080 days with:
Set-CalendarProcessing -Identity "Conference Room" -BookingWindowInDays 1080