Returns the number of calendar events on a given day


See also Calendar functions.

Signature:

numEvents = CalendarGetNumDayEvents(monthOffset, day)

Arguments:

  • monthOffset - Month to query relative to the calendar's currently displayed month (i.e. 0 for current month, 1 for next month, -1 for previous month) (number)
  • day - Day of the month to query (number)

Returns:

  • numEvents - Number of events on the given day (number)