Reference documentation and code samples for the Google Apps Chat V1 Client class CalendarEventLinkData.
Data for Calendar event links.
Generated from protobuf message google.chat.v1.CalendarEventLinkData
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ calendar_id |
string
The Calendar identifier of the linked Calendar. |
↳ event_id |
string
The Event identifier of the linked Calendar event. |
getCalendarId
The Calendar identifier of the linked Calendar.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCalendarId
The Calendar identifier of the linked Calendar.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEventId
The Event identifier of the linked Calendar event.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEventId
The Event identifier of the linked Calendar event.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|