Repository
OCA/calendar · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/calendar
Last tracking update
2026-08-07 08:43:01
Authors
Odoo Community Association (OCA), ForgeFlow S.L.
Maintainers
Odoo Community Association (OCA), ForgeFlow S.L.
Committers
Weblate, OCA-git-bot, oca-ci, Arnau
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…