From bc16e15b5bcf8a9d3cf4012664562c9669dfcfcb Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Mon, 27 May 2024 16:46:22 -0400 Subject: [PATCH] update to index.html styling --- caldav_sync/static/description/index.html | 28 +++++++++++++---------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/caldav_sync/static/description/index.html b/caldav_sync/static/description/index.html index 1c463f0..8687a87 100644 --- a/caldav_sync/static/description/index.html +++ b/caldav_sync/static/description/index.html @@ -4,30 +4,31 @@ CalDAV Synchronization +
-

CalDAV Synchronization

- +

CalDAV Synchronization

+ Main Screenshot

Author: Bemade Inc. (Marc Durepos)

-

Website: www.bemade.org

+

Website: www.bemade.org

License: GNU Lesser General Public License (LGPL-3)

Overview

The CalDAV Synchronization module for Odoo allows users to synchronize their calendar events with CalDAV servers. This enables seamless integration of Odoo calendar with external applications like Apple Calendar or Thunderbird.

@@ -53,5 +54,8 @@

Technical Details

The module extends the calendar.event model to add CalDAV synchronization functionality. It uses the icalendar library to format events and the caldav library to interact with CalDAV servers. Polling for changes on the CalDAV server can be triggered manually by triggering the scheduled action in Odoo.

+ + +