CalendarsManager.FindEvents

Syntax:

FindEvents(<Filter>, <Calendar>)

Parameters:

<Filter> (optional)

Type: DataCompositionFilter.
Data composition filter.

<Calendar> (optional)

Type: LocalCalendarKey.
Local key of the calendar.

Returned value:

Type: Array.
The array of LocalCalendarEventKey matching the filter and belonging to the calendar.
If the calendar is not defined, the search is performed in all calendars. If no filter is defined, it returns all events.

Description:

It searches for events.
You can set filter by the following fields:
  • Subject
  • Start
  • End
  • Location
  • Description
  • AllDay
  • Organizer
  • TimeZone

Availability:

Mobile application (client).

    

1C:Enterprise Developer's Community