Skip to content

Commit

Permalink
documentation tweks - ref #393
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Apr 18, 2024
1 parent 15efaa1 commit b6878a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion caldav/lib/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def assert_(condition: object) -> None:
raise


ERR_FRAGMENT: str = "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"
ERR_FRAGMENT: str = "Please consider raising 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"


class DAVError(Exception):
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ CalDAV URLs can be quite confusing, some software requires the URL to the calend
recommended practice the caldav library will find those URLs. A
typical icloud calendar URL looks like
``https://p12-caldav.icloud.com/12345/calendars/CALNAME``.
If you encounter troubles with iCloud, try toggling
between IPv4 and IPv6 (see [issue 393](https://github.com/python-caldav/caldav/issues/393))

* Google: ``https://www.google.com/calendar/dav/`` - but this is a
legacy URL, before using the officially supported URL
Expand Down

0 comments on commit b6878a0

Please sign in to comment.