Share Calendar using CalDAV

caldav
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/caldav
VERSION
VERSION 1.1
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Rucha (Open ERP), Stephane Wirtel, Numerigraphe - Lionel Sausin, DBR (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), vro, niv-openerp, Xavier Morel, Anael Closson, Thibault Francois, Carlos Vásquez, ksa (Open ERP), Husen Daudi, Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), tfr@openerp.com, P. Christeas
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - document_webdav
    - document
    - process
    - board
    - knowledge
    - base_setup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module contains basic functionality for Caldav system.
===========================================================

  - Webdav server that provides remote access to calendar
  - Synchronisation of calendar using WebDAV
  - Customize calendar event and todo attribute with any of OpenERP model
  - Provides iCal Import/Export functionality

To access Calendars using CalDAV clients, point them to:
    http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c

To access OpenERP Calendar using WebCal to remote site use the URL like:
    http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics

    Where,
        HOSTNAME: Host on which OpenERP server(With webdav) is running
        PORT : Port on which OpenERP server is running (By Default : 8069)
        DATABASE_NAME: Name of database on which OpenERP Calendar is created
        CALENDAR_NAME: Name of calendar to access

Code Analysis

Views touched (13)
XML IDNameModelTypeStatus
caldav_browse_form caldav_Browse caldav.browse form New
host_prefernce_form host_preference user.preference form New
user_prefernce_form user_preference user.preference form New
view_caldav_form Calendar : Form basic.calendar form New
view_caldav_search Calendar: Search basic.calendar search New
view_caldav_tree Calendar : Tree basic.calendar tree New
view_calendar_collection_form Calendar Collections : Form document.directory form New
view_calendar_collection_tree Calendar Collections : Tree document.directory tree New
view_calendar_event_export calendar.event.export.form calendar.event.export form New
view_calendar_event_import calendar.event.import.form calendar.event.import form New
view_calendar_event_import_display calendar.event.import.form.display calendar.event.import form New
view_calendar_event_subscribe calendar.event.subscribe.form calendar.event.subscribe form New
view_calendar_event_subscribe_display calendar.event.subscribe.form.display calendar.event.subscribe form New
Models touched (0)

No models found for this module.