Check Slot Availability
Method: check_slot_availability(start_time, duration_minutes=60)
check_slot_availability(start_time, duration_minutes=60)
Checks if a specific time slot is available.
Parameters
Parameter
Type
Description
start_time
datetime
The start time to check availability
duration_minutes
int
Duration of the slot (default: 60 minutes)
Returns
ā
True
if the time slot is available
ā False
if the time slot is occupied
Example Usage
Last updated