notification event

This commit is contained in:
Peter Maquiran
2023-08-20 21:02:08 +01:00
parent 6d8e0123b7
commit f6c911fc32
2 changed files with 14 additions and 7 deletions
+7
View File
@@ -972,6 +972,13 @@ export class EventsService {
const now = new Date();
event.TimeZone = now.toString().match(/([A-Z]+[\+-][0-9]+.*)/)[1];
event.Organizer = {
"Id": SessionStore.user.UserId,
"EmailAddress": SessionStore.user.Email,
"Name": SessionStore.user.UserName,
"IsRequired": true,
"UserType": "GD"
}
params = params.set("CalendarName", calendarName);
params = params.set("notifyUsers", true)