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)
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "8d35abbdd",
"SHA": "8d35abbdd08254c792ac594b21cfcae4b512c81e",
"shortSHA": "6d8e0123b",
"SHA": "6d8e0123b74f20a3e3f409b8f4d4ba900a9797cc",
"branch": "developer-prod",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Fri Aug 18 17:37:11 2023 +0100'",
"lastCommitMessage": "fix",
"lastCommitNumber": "5172",
"change": "",
"changeStatus": "On branch developer-prod\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/models/beast-orm.ts\n\tmodified: src/app/models/chatMethod.ts\n\tmodified: src/app/pages/agenda/new-event/new-event.page.ts\n\tmodified: src/app/pages/chat/group-messages/group-contacts/group-contacts.page.html\n\tmodified: src/app/pages/chat/group-messages/group-contacts/group-contacts.page.ts\n\tmodified: src/app/pages/chat/messages/contacts/contacts.page.html\n\tmodified: src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html\n\tmodified: src/app/pipes/filter.pipe.ts\n\tmodified: src/app/services/chat/chat-system.service.ts\n\tmodified: src/app/services/chat/message.service.ts\n\tmodified: src/app/services/events.service.ts\n\tmodified: src/app/shared/agenda/new-event/new-event.page.ts\n\tmodified: src/app/shared/chat/group-messages/group-contacts/group-contacts.page.html\n\tmodified: src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts\n\tmodified: src/app/shared/chat/messages/messages.page.html\n\tmodified: src/app/shared/popover/opts-expediente/opts-expediente.page.html\n\tmodified: src/app/shared/popover/opts-expediente/opts-expediente.page.scss",
"lastCommitTime": "'Sun Aug 20 00:26:24 2023 +0100'",
"lastCommitMessage": "add parameters",
"lastCommitNumber": "5173",
"change": "diff --git a/src/app/pages/chat/group-messages/group-contacts/group-contacts.page.ts b/src/app/pages/chat/group-messages/group-contacts/group-contacts.page.ts\nindex 3aa373434..cc35f393c 100644\n--- a/src/app/pages/chat/group-messages/group-contacts/group-contacts.page.ts\n+++ b/src/app/pages/chat/group-messages/group-contacts/group-contacts.page.ts\n@@ -60,7 +60,7 @@ export class GroupContactsPage implements OnInit {\n ngOnInit() {\n // this.chatService.refreshtoken();\n this.loadUsers();\n- this.getMembers();\n+ // this.getMembers();\n \n \n }\n@@ -205,8 +205,6 @@ export class GroupContactsPage implements OnInit {\n \n })\n \n- this.users = users\n-",
"changeStatus": "On branch developer-prod\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/services/events.service.ts\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\tmodified: src/app/pages/chat/group-messages/group-contacts/group-contacts.page.ts",
"changeAuthor": "peter.maquiran"
}