From cde7171c24bc732338781c7eba9aec3ed2d0b127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Tue, 26 Apr 2022 17:29:46 +0200 Subject: [PATCH] [DOC] add TODOs --- models/calendar_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/calendar_event.py b/models/calendar_event.py index d566b76..1091964 100644 --- a/models/calendar_event.py +++ b/models/calendar_event.py @@ -44,7 +44,7 @@ PRIVACY_CONVERTER_O2B = { } -# TODO: manage attendee_ids, alarm_ids ? +# TODO: manage attendee_ids, organizer, alarm_ids, priority, status, categories ? # TODO: check if recurrency properly working without exceptions # TODO: manage exceptions in recurrencies class CalendarEvent(models.Model): -- GitLab