forEachCalculSchedule method
Implementation
static forEachCalculSchedule(
CardState cardState, DateTime now, CardsSchedule s) {
String calculatedSchedule = computeScheduleFromCardState(cardState, now);
List<CardId> rightSchedule = s.getPropertyValue(calculatedSchedule);
rightSchedule.add(CardId(cardState));
}