ResourceCalendarUpdated

{
    event: "ResourceCalendarUpdated",
    data: {
        userId: uuid,
        updated: [ {
          resourceId: uuid,
          worktime: {
            hours: int,
            days: [ { 
              isWorkingDay: boolean, 
              name: string 
            } ]
          },
          customDays: [ {
            action: string,
            data: [ {
              id: uuid,
              from: string,
              to: string,
              workingHours: int,
              repeat: string,
              repeatFrom: string,
              repeatTo: string,
              title: string,
              type: string,
              isDayOff: boolean,
            } ]
          } ]
        } ]
    },
    teamId: uuid
}