TIP: You can type at any time to perform a new search.
Calendar - Import ics
calendar_import_ics · OCA/calendar
- Repository
- OCA/calendar · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Uncategorized
- Folder size
- 0.05 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 import .ics files into odoo calendar, importing events and the following attributes: - Summary - Start Date - End Date - UID
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
calendar_import_ics_form |
calendar.import.ics.form | calendar.import.ics | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
event_identifierCharargs: 'Event Id'
No public methods.
New fields (6)
-
do_remove_old_eventBooleandefault=Truehelp='If checked, the previously imported events that are not in this import will be deleted'string='Remove old events?' -
import_end_dateDateargs: 'End Import Date' -
import_ics_fileBinaryrequired=True -
import_ics_filenameChar -
import_start_dateDateargs: 'Start Import Date' -
partner_idMany2one → res.partnerstring='Partner' args: 'res.partner'
-
button_import(self) -
convert_date_to_z(self, line)
Loading…