-
Notifications
You must be signed in to change notification settings - Fork 97
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
FreeBusy Bad Request error #325
Comments
Most likely the server does not support freebusy. What server are you using? |
Ah that's helpful, I am using the icloud servers |
Not supported in icloud. I think that there is no official support for the caldav protocol for icloud, even though it's possible to access events using the caldav protocol. RFC6638 specifies a different way to do freebusy requests, but if I remember correct someone tested that and did not get it to work. |
Ah I see 🤔 I am trying to create an api to sync icloud calendars, and caldav seems to be the only option at the moment. I think for now I can live without the free/busy functionality |
Hello 👋
I am trying to run the
freebusy_request
method on a calendar, but I am getting this error all the timeThis is how my code look like
Any idea what I am doing wrong here?
The text was updated successfully, but these errors were encountered: