In Booked (phpscheduleit) – How do I extend the Availability Search to Longer than 30 days?

View QuestionsCategory: QuestionsIn Booked (phpscheduleit) – How do I extend the Availability Search to Longer than 30 days?
admin Staff asked 6 years ago

Right now the default is 30 days. How do I extend it? The API only shows availability up to until 30 days.

1 Answers
Best Answer
admin Staff answered 6 years ago

1. Open WebServices/ResourcesWebService.php
2. Edit this line:

$lastDateSearched = $requestedTime->AddDays(30);

3. Replace the 30 with the number you want.