mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
add new features
This commit is contained in:
@@ -850,6 +850,9 @@ export class EventsService {
|
||||
const puturl = environment.apiURL + 'calendar/md';
|
||||
let params = new HttpParams();
|
||||
|
||||
const now = new Date();
|
||||
event.TimeZone = now.getTimezoneOffset().toString()
|
||||
|
||||
params = params.set("CalendarName", calendarName);
|
||||
|
||||
let options: any;
|
||||
@@ -878,6 +881,9 @@ export class EventsService {
|
||||
const puturl = environment.apiURL + 'calendar/pr';
|
||||
let params = new HttpParams();
|
||||
|
||||
const now = new Date();
|
||||
event.TimeZone = now.getTimezoneOffset().toString()
|
||||
|
||||
params = params.set("CalendarName", calendarName);
|
||||
|
||||
let options: any;
|
||||
@@ -908,6 +914,9 @@ export class EventsService {
|
||||
const puturl = environment.apiURL + 'Calendar/PostEvent';
|
||||
let params = new HttpParams();
|
||||
|
||||
const now = new Date()
|
||||
event.TimeZone = now.getTimezoneOffset().toString()
|
||||
|
||||
params = params.set("CalendarName", calendarName);
|
||||
|
||||
let options: any;
|
||||
|
||||
Reference in New Issue
Block a user