TIP: You can type at any time to perform a new search.
Calendar - Export ics
calendar_export_ics · OCA/calendar
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_dateDateargs: 'End Export Date' -
export_ics_fileBinaryargs: 'Ics Exported File' -
export_ics_filenameCharreadonly=True -
partner_idMany2one → res.partnerstring='Partner' args: 'res.partner'
-
button_export(self) -
default_get(self, fields)@api.model -
generate_ics_content(self)
Loading…