-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Baïkal CalDAV Calendar only working one way. #8684
Comments
What's the Calc.com release version you're using? Are you on our latest release? |
I use the latest release version. |
Strange. Do you have a test account you could lend me, I can take a deep dive and figure out what's going on behind the scenes 🙏 |
Hey there @hotspot-app |
I'm experiencing same issue with Baikal on the latest version. |
Hi @vsviridov |
Sent you an email with credentials. |
Hey @vsviridov The response does not contain data, which is why we don't have anything coming back from the server, and the code expects Essentially, I expected to see either empty (if it doesn't have any shareable event) or the event ICS in there, but instead it is undefined, meaning the server doesn't respond as expected for our fetch call. |
I'm closing this issue right now, as it appears to be on the end of the Baikal Server itself, however, if I am mistaken here, please feel free to re-open this 🙏 |
I can keep the credentials on the server for you to test later, or I can remove them. Please let me know... |
Hey @vsviridov |
@alishaz-polymath I'm currently trying to find the code section that creates the undefined value of data in the response. But I don't really know how to create the correct request to trigger this unwanted response. Can you help? Best would be a CLI command. |
So cal.com/packages/lib/CalendarService.ts Line 556 in bae3bd7
fetchCalendarObjects() from package "tsdav". So if anyone of you wants to start debugging, this info might be useful for you 👍
|
For anyone having this issue, it is due to this bug: sabre-io/Baikal#1241 For a temporary fix you can re-create your Baikal calendars in iCal: sabre-io/Baikal#1085 (comment) |
Found a bug? Please fill out the sections below. 👍
Issue Summary
In my self-hosted version of cal.com i am using a Baïkal CalDAV calendar. New bookings are written to this calendar. But it seems as cal.com does not receive any existing appointments from the calendar.
Steps to Reproduce
Connect a Baïkal (https://sabre.io/baikal/) CalDAV calendar to cal.com
Technical details
I am using the version of May 4, 2023.
The node version is v16.19.1
I get this output:
The text was updated successfully, but these errors were encountered: