mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Fix event all day
This commit is contained in:
@@ -22,7 +22,6 @@ export class CalendarService {
|
||||
setTimeout(()=>{
|
||||
restore.forEach((element:EventListStore, eventIndex) => {
|
||||
this._eventSource.push({
|
||||
title: element.title,
|
||||
startTime: new Date(element.startTime),
|
||||
endTime: new Date(element.endTime),
|
||||
allDay: element.allDay,
|
||||
@@ -67,7 +66,6 @@ export class CalendarService {
|
||||
let news = []
|
||||
eventsList.forEach((element, eventIndex) => {
|
||||
news.push({
|
||||
title: element.Subject,
|
||||
startTime: new Date(element.StartDate),
|
||||
endTime: new Date(element.EndDate),
|
||||
allDay: false,
|
||||
|
||||
Reference in New Issue
Block a user