ProjectCalendarUpdated

{ event: "ProjectCalendarUpdated", data: { userId: uuid, updated: [ { projectId: uuid, worktime: { hours: [ { start: int, end: int } ], days: [ { isWorkingDay: boolean, name: string } ] }, customDays: [ { action: string, data: [ { id: uuid, from: string, to: string, hours: array, repeat: string, repeatFrom: string, repeatTo: string, title: string, isDayOff: boolean, } ] } ] } ] }, teamId: uuid }