recurece added to new event web

This commit is contained in:
Eudes Inácio
2024-06-07 16:05:13 +01:00
parent 4c51188c66
commit 5cac864294
3 changed files with 37 additions and 6 deletions
@@ -97,7 +97,7 @@ export class AgendaDataRepositoryService {
}
createEvent(eventData: Event, CalendarName, documents) {
console.log(eventData)
console.log('create evetn v2',eventData)
let eventInput = {
userId: this.utils.selectedCalendarUserId(CalendarName, eventData) as any,