# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import fields, models class CalendarEvent(models.Model): _inherit = 'calendar.event'