代表活動邀請對象。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
getAdditionalGuests() | Integer | 取得這位邀請對象指定的其他參與者。 |
getEmail() | String | 取得邀請對象的電子郵件地址。 |
getGuestStatus() | GuestStatus | 取得活動邀請對象的狀態。 |
getName() | String | 取得訪客名稱。 |
內容詳盡的說明文件
getAdditionalGuests()
取得這位邀請對象指定的其他參與者。
回攻員
Integer
:這位邀請對象還有其他會參加活動的人數
授權
使用這個方法的指令碼必須取得下列一或多個範圍 (或相關的 REST API) 的適當範圍授權:
-
https://www.googleapis.com/auth/calendar
-
https://www.googleapis.com/auth/calendar.readonly
-
https://www.google.com/calendar/feeds
getEmail()
取得邀請對象的電子郵件地址。
回攻員
String
:邀請對象的電子郵件地址
授權
使用這個方法的指令碼必須取得下列一或多個範圍 (或相關的 REST API) 的適當範圍授權:
-
https://www.googleapis.com/auth/calendar
-
https://www.googleapis.com/auth/calendar.readonly
-
https://www.google.com/calendar/feeds
getGuestStatus()
取得活動邀請對象的狀態。
回攻員
GuestStatus
:這位邀請對象的狀態
授權
使用這個方法的指令碼必須取得下列一或多個範圍 (或相關的 REST API) 的適當範圍授權:
-
https://www.googleapis.com/auth/calendar
-
https://www.googleapis.com/auth/calendar.readonly
-
https://www.google.com/calendar/feeds
getName()
取得訪客名稱。如果訪客名稱不明,這個方法會傳回訪客的電子郵件地址。
回攻員
String
:邀請對象的姓名 (如果沒有姓名) 或邀請對象的電子郵件地址
授權
使用這個方法的指令碼必須取得下列一或多個範圍 (或相關的 REST API) 的適當範圍授權:
-
https://www.googleapis.com/auth/calendar
-
https://www.googleapis.com/auth/calendar.readonly
-
https://www.google.com/calendar/feeds