FreebusyQuery Class

Request free/busy information for a set of calendars.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleFreebusyQuery

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class FreebusyQuery

The FreebusyQuery type exposes the following members.

Constructors
  NameDescription
Public methodFreebusyQuery
Initializes a new instance of the FreebusyQuery class.
Public methodFreebusyQuery(DateTime, DateTime, IEnumerableString)
Initializes a new instance of the FreebusyQuery class.
Public methodFreebusyQuery(DateTime, DateTime, String)
Initializes a new instance of the FreebusyQuery class.
Public methodFreebusyQuery(DateTime, DateTime, String, IEnumerableString)
Initializes a new instance of the FreebusyQuery class.
Public methodFreebusyQuery(DateTime, DateTime, String, String)
Initializes a new instance of the FreebusyQuery class.
Public methodFreebusyQuery(DateTime, DateTime, String, NullableInt32, NullableInt32, IEnumerableString)
Initializes a new instance of the FreebusyQuery class.
Public methodFreebusyQuery(DateTime, DateTime, String, NullableInt32, NullableInt32, String)
Initializes a new instance of the FreebusyQuery class.
Properties
  NameDescription
Public propertyCalendarExpansionMax
Maximal number of calendars for which FreeBusy information is to be provided. Optional.
Public propertyGroupExpansionMax
Maximal number of calendar identifiers to be provided for a single group. Optional. An error will be returned for a group with more members than this value.
Public propertyItems
List of calendars and/or groups to query. Contains identifiers of a calendar or a group.
Public propertyTimeMax
The end of the interval for the query.
Public propertyTimeMin
The start of the interval for the query.
Public propertyTimeZone
Time zone used in the response. Optional. The default is UTC.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also