Calendar - Import ics

calendar_import_ics
REPOSITORY
REPOSITORYOCA/calendar
GIT
GIThttps://github.com/OCA/calendar.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/calendar/tree/18.0/calendar_import_ics
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Arnau
WEBSITE
WEBSITEhttps://github.com/OCA/calendar
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a new wizard that allows you to import .ics files into
odoo calendar, importing events and the following attributes:

- Summary
- Start Date
- End Date
- UID

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
calendar_import_ics_form calendar.import.ics.form calendar.import.ics form New
Models touched (2)

New fields (1)
  • event_identifier Char
    args: 'Event Id'
Public methods (0)

No public methods.

New fields (6)
  • do_remove_old_event Boolean
    default=True help='If checked, the previously imported events that are not in this import will be deleted' string='Remove old events?'
  • import_end_date Date
    args: 'End Import Date'
  • import_ics_file Binary
    required=True
  • import_ics_filename Char
  • import_start_date Date
    args: 'Start Import Date'
  • partner_id Many2one → res.partner
    string='Partner' args: 'res.partner'
Public methods (2)
  • button_import(self)
  • convert_date_to_z(self, line)
REPOSITORY
REPOSITORYOCA/calendar
GIT
GIThttps://github.com/OCA/calendar.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/calendar/tree/15.0/calendar_import_ics
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, ArnauCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/calendar
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - calendar
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
calendar_import_ics_form calendar.import.ics.form calendar.import.ics form New
Models touched (2)

New fields (1)
  • event_identifier Char
    args: 'Event Id'
Public methods (0)

No public methods.

New fields (6)
  • do_remove_old_event Boolean
    default=True help='If checked, the previously imported events that are not in this import will be deleted' string='Remove old events?'
  • import_end_date Date
    args: 'End Import Date'
  • import_ics_file Binary
    required=True
  • import_ics_filename Char
  • import_start_date Date
    args: 'Start Import Date'
  • partner_id Many2one → res.partner
    string='Partner' args: 'res.partner'
Public methods (2)
  • button_import(self)
  • convert_date_to_z(self, line)