Hello trying to update categories in a event calendar but does not work.
If I try to update the body it does work,
Office365Outlook.V4CalendarPatchItem(
varUserCalendarId;
idCalendarEntry.id;
idCalendarEntry.subject;
idCalendarEntry.start;
idCalendarEntry.end;
"(UTC-05:00) Eastern Time (US & Canada)";
//L'item a modifier
// {body:"<h1>Ceci est un titre principal</h1>"}
{categories: Table({Value: "Catégorie Vert"})
)
);;

Report
All responses (
Answers (