mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
viewer hot-fix
This commit is contained in:
@@ -249,7 +249,6 @@ export class EventsService {
|
||||
}
|
||||
|
||||
|
||||
|
||||
getRecurrenceTypes(): any{
|
||||
const geturl = environment.apiURL + 'Calendar/RecurrenceTypes';
|
||||
let options = {
|
||||
@@ -259,8 +258,6 @@ export class EventsService {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
getEvents(calendarname:string, startdate:string, enddate:string): Observable<Event[]>{
|
||||
const geturl = environment.apiURL + 'calendar/GetEvents';
|
||||
let params = new HttpParams();
|
||||
|
||||
Reference in New Issue
Block a user