Calendar - Export ics

calendar_export_ics
REPOSITORY
REPOSITORYOCA/calendar
GIT
GIThttps://github.com/OCA/calendar.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/calendar/tree/18.0/calendar_export_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 export odoo calendar
into an .ics file.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
calendar_export_ics_form calendar.export.ics.form calendar.export.ics form New
Models touched (1)

New fields (4)
  • export_end_date Date
    args: 'End Export Date'
  • export_ics_file Binary
    args: 'Ics Exported File'
  • export_ics_filename Char
    readonly=True
  • partner_id Many2one → res.partner
    string='Partner' args: 'res.partner'
Public methods (3)
  • button_export(self)
  • default_get(self, fields)
    @api.model
  • generate_ics_content(self)
REPOSITORY
REPOSITORYOCA/calendar
GIT
GIThttps://github.com/OCA/calendar.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/calendar/tree/15.0/calendar_export_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_export_ics_form calendar.export.ics.form calendar.export.ics form New
Models touched (1)

New fields (4)
  • export_end_date Date
    args: 'End Export Date'
  • export_ics_file Binary
    args: 'Ics Exported File'
  • export_ics_filename Char
    readonly=True
  • partner_id Many2one → res.partner
    string='Partner' args: 'res.partner'
Public methods (3)
  • button_export(self)
  • default_get(self, fields)
    @api.model
  • generate_ics_content(self)