/**
* Info needed for an Occurrence that is only taking attendance.
* @author Benedikt Arnarsson
*/typeOccurrenceAttendanceOnlyInfo = {
// Flag indicating that the live-grouper algorithm is not enabledgrouperEnabled: false,
};
exportdefaultOccurrenceAttendanceOnlyInfo;