-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events with availability: free on my calendar still block booking availability #2236
Comments
Thanks for reporting this. Our team will have a look and address the issue |
I'm seeing this as well, with cal.com service (as of today) and a self-hosted Nextcloud 22.2.0. |
Is there any progress/plan on how to fix this? It is my main blocker from adopting cal.com, but I'll need to look for alternatives if fixing this is not an option. Thanks for your work on this great service! |
Hi @zacchiro I'll pick this up over the weekend. |
I see this as well, with a self hosted cal.com (1.5.2) where I have connected my calendar to Microsoft O365. |
For those facing this issue with Nextcloud as a backend calendar server, note that starting with Nextcloud 23, there is now native Nextcloud support for letting others book appointments with you. Check out the announcement (look for "Appointment scheduling" in the page). It is not as polished as Cal.com in terms of UI, but it goes almost all the way there and it does respect free/busy settings on existing appointments. |
Commenting to stay updated as to when this gets fixed. I use all-day events as a reminder, but still wish for the calendar to allow bookings - I use Outlook. |
Hey there, just checking in on this. It looks from this PR that there was a code fix added to v1.6, but I still have the issue when using |
All fixed on my end. Thank you.
On Mon, 23 May 2022 at 7:55, ***@***.***> wrote:
Hey there, just checking in on this. It looks from this PR that there was a code fix added to v1.6, but I still have the issue when using © 2022 Cal.com, Inc. v.1.6.0-h-PRO.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
I think my full-day events are marked Hour-long blocking event (busy):
Full-day non-blocking event (free):
|
Same here, still not working with Nextcloud: all-day events marked as free still inhibit booking. |
@alishaz-polymath is now working on CalDav, previously the CalDav integration was community maintained. He'll take a look! |
How is this going? I'm currently straddling GCal/Calendly, but would rather keep with my CalDav setup. I'm also happy to try to help/code, but would require guidance. |
Hey @samizdis You can keep it under tabs there and any help is greatly appreciated. Do let me know what you wish to help out with, and I'll be happy to provide any necessary guidance for it. 🙏 |
Fix merged. |
Full-day events created with Kerio are still shown as busy, even though they are marked as free. Here the extract from iCal-file. Also, they seem to be moved by two hours (which only happens with full day events, regular events in the same calendar are shown in the correct timezone)
And the busy event:
|
It's actually identified by the value of 'transp' and if that's not part of the calendar object, there doesn't seem to be any way of knowing (as far as I know) or identifying the transparent/free state |
Wanna confirm that this works for me now, using Baikal ❤️ Thanks so much |
Thank you for confirming this. Glad to know it's working on Baikal. Much appreciated 🙌. |
Still doesn't work for me with recurrent events using nextcloud caldav has a backend. Here's a minimal example of an event marked with availability busy but still not blocking booking via cal.com:
|
reopening @alishaz-polymath |
Hey @zacchiro
This particular ticket is tracking free events being incorrectly blocking the booking slots (i.e. marked busy) |
Ah, sorry, my issue is indeed busy events don't block booking availability. |
Okay. And can you please confirm if the free status events are currently allowing the slots to be booked or blocking them? We can track the busy events not blocking the booking slots on a separate thread thereon 🙏 |
Closing this as the issue was unrelated to this ticket. Please feel free to re-open it if you face this specific issue 🙏 |
On Tue, Aug 30, 2022 at 11:24:50PM -0700, Syed Ali Shahbaz wrote:
Okay. And can you please confirm if the free status events are
currently allowing the slots to be booked or blocking them? We can
track the busy events not blocking the booking slots on a separate
thread thereon 🙏
Yes, I can confirm that. I've double-checked that for full-day events
(as I don't really have non-full-day events with "availability: free" in
my calendar) and I am able to book slots in days where I have full-day
(but "availability: free") events. I cannot book slots with
"availability: busy", as expected.
|
Issue Summary
Cannot book event if an "availability: free" event conflicts with the desired time slot.
Steps to Reproduce
Technical details
The text was updated successfully, but these errors were encountered: