You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling client.principal().calendars() using Nextcloud as the caldav server results in the following warning:
Possibly the server has a path handling problem, possibly the URL configured is wrong.
Path expected: //remote.php/dav, path found: ['/remote.php/dav/'] Please raise an issue at https://github.com/python-caldav/caldav/issues or reach out to [email protected], include this error and the traceback and tell what server you are using.
Continuing, probably everything will be fine
However, a correct list of the user's calendars is still returned.
So far I have only noticed this with client.principal().calendars(). When deleting or creating events, via client.calendar(...).add_event(...), this warning does not appear.
I am currently using the latest Nextcloud Docker image (Nextcloud Hub 5 (27.0.2)) with a SQLite database.
The text was updated successfully, but these errors were encountered:
Calling
client.principal().calendars()
using Nextcloud as the caldav server results in the following warning:However, a correct list of the user's calendars is still returned.
So far I have only noticed this with
client.principal().calendars()
. When deleting or creating events, viaclient.calendar(...).add_event(...)
, this warning does not appear.I am currently using the latest Nextcloud Docker image (Nextcloud Hub 5 (27.0.2)) with a SQLite database.
The text was updated successfully, but these errors were encountered: