mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
change calendarid by userid
This commit is contained in:
@@ -72,7 +72,7 @@ export class CalendarService {
|
||||
})
|
||||
}
|
||||
|
||||
pushEvent(eventsList: EventList, profile: 'pr' | 'md') {
|
||||
pushEvent(eventsList: EventList, profile: 'pr' | 'md', CalendarId: string) {
|
||||
|
||||
let news = []
|
||||
eventsList.forEach((element, eventIndex) => {
|
||||
@@ -85,7 +85,7 @@ export class CalendarService {
|
||||
calendarName: element.CalendarName,
|
||||
profile: profile,
|
||||
id: element.EventId,
|
||||
CalendarId: element.CalendarId
|
||||
CalendarId: CalendarId
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user