Checks if a date has any Islamic events
static bool hasEvents(HijriDate date) { return getEventsForDate(date).isNotEmpty; }