Show / Hide Table of Contents

Class FreebusyResource

The "freebusy" collection of methods.

Inheritance
object
FreebusyResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Calendar.v3
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class FreebusyResource

Constructors

FreebusyResource(IClientService)

Constructs a new resource.

Declaration
public FreebusyResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Query(FreeBusyRequest)

Returns free/busy information for a set of calendars.

Declaration
public virtual FreebusyResource.QueryRequest Query(FreeBusyRequest body)
Parameters
Type Name Description
FreeBusyRequest body

The body of the request.

Returns
Type Description
FreebusyResource.QueryRequest
In this article
Back to top Generated by DocFX