Class EventGuest

EventGuest

代表活動邀請對象。

方法

方法傳回類型簡短說明
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

已淘汰的方法