From 92056ac236334b0710d2857f19291182c32f9551 Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Sat, 22 Jun 2024 09:46:08 -0400 Subject: [PATCH] caldav_sync: Added a note to the index.html page about app-specific passwords. --- caldav_sync/static/description/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/caldav_sync/static/description/index.html b/caldav_sync/static/description/index.html index 8687a87..3331b10 100644 --- a/caldav_sync/static/description/index.html +++ b/caldav_sync/static/description/index.html @@ -44,6 +44,11 @@
  • Go to the User settings in Odoo.
  • Enter the CalDAV calendar URL, username, and password on the user settings.
  • +

    Note: Some calendar service providers such as + Apple iCloud require app-specific passwords to be set so that + the calendar API can bypass 2-factor authentication. Please look + into setting up app-specific passwords for your cloud calendar + provider if you're faced with authentication errors.

    Usage

    1. Create a calendar event in Odoo and it will be synchronized with the CalDAV calendar.