Sanjoy
Results
3
comments of
Sanjoy
@kneth Yes, `results` do not contain the `PUBLIC_HOLIDAY` entries.
@kneth Here is TimeOffEvents class & type Value could be `ABSENCE`, `PUBLIC_HOLIDAY`, `NON_WORKING_DAY` ``` open class TimeOffEvents : RealmObject() { var externalCode: String? = "" var title: String? = ""...
@kneth Any update on this?