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
odoo/odoo:
- web
- bus
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 IDNameModelTypeStatus
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_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)

Loading…