diff --git a/server.js b/server.js index 6968b29..a30c3a2 100644 --- a/server.js +++ b/server.js @@ -515,8 +515,8 @@ export function clientsServer() { results: [ { id: "6faa6bb6-1de6-422c-a401-1b35cd455303", - start: "2022-10-25T11:15:49Z", - end: "2022-10-25T12:00:53Z", + start: "2022-10-27T11:15:49Z", + end: "2022-10-27T12:00:53Z", kind: "call", subkind: null, description: "", @@ -558,8 +558,8 @@ export function clientsServer() { }, { id: "6faa6bb6-1de6-422c-a401-1b35cd455303", - start: "2022-10-25T13:00:49Z", - end: "2022-10-25T13:30:53Z", + start: "2022-10-27T13:00:49Z", + end: "2022-10-27T13:30:53Z", kind: "call", subkind: null, description: "", @@ -601,8 +601,8 @@ export function clientsServer() { }, { id: "2faa7bb2-2de6-422c-a401-1b35cd455223", - start: "2022-10-25T15:00:00Z", - end: "2022-10-25T16:10:00Z", + start: "2022-10-27T15:00:00Z", + end: "2022-10-27T16:10:00Z", kind: "call", subkind: null, description: "", @@ -687,8 +687,8 @@ export function clientsServer() { }, { id: "2faa5ff2-2de6-422c-a401-1b35cd455223", - start: "2022-10-26T20:10:00Z", - end: "2022-10-26T21:00:00Z", + start: "2022-10-27T20:10:00Z", + end: "2022-10-27T21:00:00Z", kind: "call", subkind: null, description: "", diff --git a/src/pages/calendar/TheCalendar.vue b/src/pages/calendar/TheCalendar.vue index 79dac15..300368a 100644 --- a/src/pages/calendar/TheCalendar.vue +++ b/src/pages/calendar/TheCalendar.vue @@ -25,8 +25,8 @@ export default { calendarLayout: "", currentDate: moment(), timeInformation: { - dayStartTime: "0:00", - dayEndTime: "22:00", + dayStartTime: "8:00", + dayEndTime: "24:00", }, eventsData: [], teamData: [], diff --git a/src/pages/calendar/components/CalendarClockColumn.vue b/src/pages/calendar/components/CalendarClockColumn.vue index 7e56cfe..f4b93f6 100644 --- a/src/pages/calendar/components/CalendarClockColumn.vue +++ b/src/pages/calendar/components/CalendarClockColumn.vue @@ -1,5 +1,5 @@