getEventRange

Get all calendar events within the given time range. - finds all the posted calendar events within a date range. - both the earliest_date and latest_date should be in the standard YYYY-MM-DD format. - censors the posted event titles. - uses the current user's permissions if use_permissions is true, otherwise it does nothing "permission specific"
Parameters Summary
string $low_date
string $high_date
bool $use_permissions = true