Show / Hide Table of Contents

Class EnterpriseTopazSidekickAgendaEntry

An AgendaEntry, e.g., a Calendar Event.

Inheritance
object
EnterpriseTopazSidekickAgendaEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickAgendaEntry : IDirectResponseSchema

Properties

AgendaItemUrl

URL of the agenda item.

Declaration
[JsonProperty("agendaItemUrl")]
public virtual string AgendaItemUrl { get; set; }
Property Value
Type Description
string

Chronology

The chronology from the present.

Declaration
[JsonProperty("chronology")]
public virtual string Chronology { get; set; }
Property Value
Type Description
string

Creator

Person who created the event.

Declaration
[JsonProperty("creator")]
public virtual EnterpriseTopazSidekickPerson Creator { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickPerson

CurrentUserAttendingStatus

Attendance status for the current user making the request. This is a convenience data member in order to avoid figuring out the same by iterating the invitee list above on the caller side.

Declaration
[JsonProperty("currentUserAttendingStatus")]
public virtual string CurrentUserAttendingStatus { get; set; }
Property Value
Type Description
string

Description

Description of the agenda item (i.e., typically, summary in calendar event).

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Document

Items related to the current AgendaEntry. E.g., related drive/mail/groups documents.

Declaration
[JsonProperty("document")]
public virtual IList<EnterpriseTopazSidekickCommonDocument> Document { get; set; }
Property Value
Type Description
IList<EnterpriseTopazSidekickCommonDocument>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndDate

End date "Friday, August 26" in the user's timezone.

Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type Description
string

EndTime

End time (HH:mm) in the user's timezone.

Declaration
[JsonProperty("endTime")]
public virtual string EndTime { get; set; }
Property Value
Type Description
string

EndTimeMs

End time in milliseconds

Declaration
[JsonProperty("endTimeMs")]
public virtual long? EndTimeMs { get; set; }
Property Value
Type Description
long?

EventId

Event id provided by Calendar API.

Declaration
[JsonProperty("eventId")]
public virtual string EventId { get; set; }
Property Value
Type Description
string

GuestsCanInviteOthers

Whether the guests can invite other guests.

Declaration
[JsonProperty("guestsCanInviteOthers")]
public virtual bool? GuestsCanInviteOthers { get; set; }
Property Value
Type Description
bool?

GuestsCanModify

Whether the guests can modify the event.

Declaration
[JsonProperty("guestsCanModify")]
public virtual bool? GuestsCanModify { get; set; }
Property Value
Type Description
bool?

GuestsCanSeeGuests

Whether the guests of the event can be seen. If false, the user is going to be reported as the only attendee to the meeting, even though there may be more attendees.

Declaration
[JsonProperty("guestsCanSeeGuests")]
public virtual bool? GuestsCanSeeGuests { get; set; }
Property Value
Type Description
bool?

HangoutId

Hangout meeting identifier.

Declaration
[JsonProperty("hangoutId")]
public virtual string HangoutId { get; set; }
Property Value
Type Description
string

HangoutUrl

Absolute URL for the Hangout meeting.

Declaration
[JsonProperty("hangoutUrl")]
public virtual string HangoutUrl { get; set; }
Property Value
Type Description
string

Invitee

People attending the meeting.

Declaration
[JsonProperty("invitee")]
public virtual IList<EnterpriseTopazSidekickPerson> Invitee { get; set; }
Property Value
Type Description
IList<EnterpriseTopazSidekickPerson>

IsAllDay

Whether the entry lasts all day.

Declaration
[JsonProperty("isAllDay")]
public virtual bool? IsAllDay { get; set; }
Property Value
Type Description
bool?

LastModificationTimeMs

Last time the event was modified.

Declaration
[JsonProperty("lastModificationTimeMs")]
public virtual long? LastModificationTimeMs { get; set; }
Property Value
Type Description
long?

Location

Agenda item location.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

NotifyToUser

Whether this should be notified to the user.

Declaration
[JsonProperty("notifyToUser")]
public virtual bool? NotifyToUser { get; set; }
Property Value
Type Description
bool?

OtherAttendeesExcluded

Whether guest list is not returned because number of attendees is too large.

Declaration
[JsonProperty("otherAttendeesExcluded")]
public virtual bool? OtherAttendeesExcluded { get; set; }
Property Value
Type Description
bool?

RequesterIsOwner

Whether the requester is the owner of the agenda entry.

Declaration
[JsonProperty("requesterIsOwner")]
public virtual bool? RequesterIsOwner { get; set; }
Property Value
Type Description
bool?

ShowFullEventDetailsToUse

Whether the details of this entry should be displayed to the user.

Declaration
[JsonProperty("showFullEventDetailsToUse")]
public virtual bool? ShowFullEventDetailsToUse { get; set; }
Property Value
Type Description
bool?

StartDate

Start date "Friday, August 26" in the user's timezone.

Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type Description
string

StartTime

Start time (HH:mm) in the user's timezone.

Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
Type Description
string

StartTimeMs

Start time in milliseconds.

Declaration
[JsonProperty("startTimeMs")]
public virtual long? StartTimeMs { get; set; }
Property Value
Type Description
long?

TimeZone

User's calendar timezone;

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

Title

Title of the agenda item.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX