Class CalendarEventLinkData
Data for Calendar event links.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class CalendarEventLinkData : IMessage<CalendarEventLinkData>, IEquatable<CalendarEventLinkData>, IDeepCloneable<CalendarEventLinkData>, IBufferMessage, IMessage
Constructors
CalendarEventLinkData()
Declaration
public CalendarEventLinkData()
CalendarEventLinkData(CalendarEventLinkData)
Declaration
public CalendarEventLinkData(CalendarEventLinkData other)
Parameters
Type | Name | Description |
---|---|---|
CalendarEventLinkData | other |
Properties
CalendarId
The Calendar identifier of the linked Calendar.
Declaration
public string CalendarId { get; set; }
Property Value
Type | Description |
---|---|
string |
EventId
The Event identifier of the linked Calendar event.
Declaration
public string EventId { get; set; }
Property Value
Type | Description |
---|---|
string |