docs: mark P15/P16 as unsupported and P17 as done; store original iCal event in rem

This commit is contained in:
2026-05-20 16:17:24 +02:00
parent dc11e077bf
commit 8748a39b13
2 changed files with 6 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ open Utils
snippet: '# conversione in pre-processing'
priorita: Subito
- id: P15
- id: P15 ❌ WILL NOT SUPPORT
pattern: Partecipanti/organizzatore
ics: "ORGANIZER, ATTENDEE*, PARTSTAT…"
remind_support: non previsto
@@ -130,7 +130,7 @@ open Utils
snippet: '# nessuna semantica in Remind'
priorita: Quando serve
- id: P16
- id: P16 ❌ WILL NOT SUPPORT
pattern: Allegati/URL esterni
ics: "ATTACH, URL"
remind_support: non previsto
@@ -138,7 +138,7 @@ open Utils
snippet: '# link nel testo'
priorita: Quando serve
- id: P17
- id: P17
pattern: Meeting online (Google/Teams metadati)
ics: "X-GOOGLE-CONFERENCE, X-MICROSOFT-*"
remind_support: non previsto
@@ -458,7 +458,7 @@ let remind_of_event (source : string) (ev : Icalendar.event list) : (Remind.rem,
end
in
let rem = { Remind.empty with Remind.source; Remind.recurring = recurrence } in
let rem = { Remind.empty with Remind.source; Remind.original_event = Some master; Remind.recurring = recurrence } in
ListLabels.fold_left ~init:(Ok rem) all_collectors ~f:(fun rem_or_error pred ->
match rem_or_error with