Google calendar builtin tool is not
# general-english
t
Google calendar builtin tool is not showing the busy slots, its always saying free even if those slots are not available. Its doing double booking always because of this. Any idea ?@Kings_big💫 https://cdn.discordapp.com/attachments/1211484481848873020/1391085787713634305/image.png?ex=686a9d18&is=68694b98&hm=d6e403b3272747425496e3c4856d7f2b3741252524d1084a8034a4b901b3df41&
k
Always check if busy.length > 0 before booking to ensure the slot is truly free, manually convert all timestamps to the same timezone for accurate comparison, and optionally perform a second availability check right before creating the event to avoid double-booking..
3 Views