ENUM

O365CalendarSearchObjectType

Description

Object type to constrain search against.

link GraphQL Schema definition

  • enum O365CalendarSearchObjectType {
  • # Search all.
  • ALL
  • # Search for calendars only.
  • CALENDAR
  • # Search for calendar events only.
  • EVENT
  • }