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

已废弃的方法