I’m trying to create a calendar that defines specific working dates – only these few dates should be considered as working days. I’ve tried creating a calendar using addCalendar with days: [0,0,0,0,0,0,0]
, then using setWorkTime on the calendar to specify the working dates, but this doesn’t work (I believe the addCalendar is failing if all the days are off, even though no error is generated).
Is what I’m trying to do even possible? Would it be applied correctly to a task?