Calendar Audit Activity Events

本文档列出了各种类型的 Google 日历审核活动事件的事件和参数。您可以通过使用 applicationName=calendar 调用 Activities.list() 来检索这些事件。

修改了一个日历

创建或删除日历,或修改了日历的某项属性(例如标题、说明或共享设置)。 此类事件将通过 type=calendar_change 返回。

更改了日历访问权限级别

活动详情
活动名称 change_calendar_acls
参数
access_level

string

访问权限级别。 可能的值包括:

  • editor
    对于日历,拥有完全所有者权限,但无法修改访问权限控制设置。对于活动,用户可以修改活动。
  • freebusy
    活动仅显示繁忙时段。
  • none
    日历或活动不可见。
  • owner
    拥有对日历属性、访问权限控制设置和活动的完整访问权限。
  • read
    活动详情清晰可辨。
  • root
    拥有完整的所有者权限,外加对偏好设置的权限。供网域管理员使用。
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

grantee_email

string

受助人电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_calendar_acls&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the access level on a calendar for {grantee_email} to {access_level}

更改了日历国家/地区

活动详情
活动名称 change_calendar_country
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_country

string

日历国家/地区。

calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_calendar_country&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the country of a calendar to {calendar_country}

创建了日历

活动详情
活动名称 create_calendar
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=create_calendar&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} created a new calendar

日历已删除

活动详情
活动名称 delete_calendar
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=delete_calendar&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted a calendar

更改了日历说明

活动详情
活动名称 change_calendar_description
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_description

string

日历说明。

calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_calendar_description&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the description of a calendar to {calendar_description}

导出了日历

活动详情
活动名称 export_calendar
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=export_calendar&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} exported a calendar

更改了日历地点

活动详情
活动名称 change_calendar_location
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

calendar_location

string

日历地点。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_calendar_location&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the location of a calendar to {calendar_location}
活动详情
活动名称 print_preview_calendar
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

requested_period_end

integer

请求空闲状态的时间段的结束时间。

requested_period_start

integer

请求可用性的时间范围的开始时间。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=print_preview_calendar&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} generated a print preview of a calendar

更改了日历时区

活动详情
活动名称 change_calendar_timezone
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

calendar_timezone

string

日历时区。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_calendar_timezone&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the timezone of a calendar to {calendar_timezone}

更改了日历标题

活动详情
活动名称 change_calendar_title
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

calendar_title

string

日历标题。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_calendar_title&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the title of a calendar to {calendar_title}

触发了通知

与用户触发的事件或日历相关的通知。 此类事件将通过 type=notification 返回。

触发了通知

活动详情
活动名称 notification_triggered
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

notification_message_id

string

通知消息 ID。

notification_method

string

通知方法。 可能的值包括:

  • alert
    通过弹出式窗口或闹钟发送通知。
  • default
    日历提醒默认设置。
  • email
    电子邮件通知。
  • sms
    短信通知。
notification_type

string

通知类型。 可能的值包括:

  • calendar_access_granted
    关于授予日历访问权限的通知。
  • calendar_request
    请求访问日历的通知。
  • cancelled_event
    活动取消通知。
  • changed_event
    活动详情发生变化的通知。
  • daily_agenda
    关于次日活动的每日通知。
  • email_guests
    向活动邀请对象发送的电子邮件通知。
  • event_reminder
    在活动开始时间前提醒。
  • new_event
    日历上出现新活动的通知。
  • reply_received
    系统已收到针对此日历上组织的某个活动的回复通知。
  • transfer_event_request
    活动所有权变更的通知。
recipient_email

string

通知收件人的电子邮件地址。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=notification_triggered&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} triggered an {notification_method} notification of type {notification_type} to {recipient_email}

添加或移除了订阅

在日历或特定活动中添加或移除订阅。 此类事件将通过 type=subscription_change 返回。

已添加订阅

活动详情
活动名称 add_subscription
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

notification_method

string

通知方法。 可能的值包括:

  • alert
    通过弹出式窗口或闹钟发送通知。
  • default
    日历提醒默认设置。
  • email
    电子邮件通知。
  • sms
    短信通知。
notification_type

string

通知类型。 可能的值包括:

  • calendar_access_granted
    关于授予日历访问权限的通知。
  • calendar_request
    请求访问日历的通知。
  • cancelled_event
    活动取消通知。
  • changed_event
    活动详情发生变化的通知。
  • daily_agenda
    关于次日活动的每日通知。
  • email_guests
    向活动邀请对象发送的电子邮件通知。
  • event_reminder
    在活动开始时间前提醒。
  • new_event
    日历上出现新活动的通知。
  • reply_received
    系统已收到针对此日历上组织的某个活动的回复通知。
  • transfer_event_request
    活动所有权变更的通知。
subscriber_calendar_id

string

订阅者的日历 ID。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=add_subscription&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} subscribed {subscriber_calendar_id} to {notification_type} notifications via {notification_method} for {calendar_id}

已删除订阅

活动详情
活动名称 delete_subscription
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

notification_method

string

通知方法。 可能的值包括:

  • alert
    通过弹出式窗口或闹钟发送通知。
  • default
    日历提醒默认设置。
  • email
    电子邮件通知。
  • sms
    短信通知。
notification_type

string

通知类型。 可能的值包括:

  • calendar_access_granted
    关于授予日历访问权限的通知。
  • calendar_request
    请求访问日历的通知。
  • cancelled_event
    活动取消通知。
  • changed_event
    活动详情发生变化的通知。
  • daily_agenda
    关于次日活动的每日通知。
  • email_guests
    向活动邀请对象发送的电子邮件通知。
  • event_reminder
    在活动开始时间前提醒。
  • new_event
    日历上出现新活动的通知。
  • reply_received
    系统已收到针对此日历上组织的某个活动的回复通知。
  • transfer_event_request
    活动所有权变更的通知。
subscriber_calendar_id

string

订阅者的日历 ID。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=delete_subscription&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} unsubscribed {subscriber_calendar_id} from {notification_type} notifications via {notification_method} for {calendar_id}

修改了预约安排

在日历上创建、删除或修改预约安排。 此类事件将通过 type=appointment_schedule_change 返回。

更改了预约安排

活动详情
活动名称 change_appointment_schedule
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
appointment_schedule_title

string

日历预约安排的标题。

calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

client_side_encrypted

string

日历活动是否经过客户端加密。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
end_time

integer

活动结束时间,以秒为单位,以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

event_id

string

事件 ID。

is_recurring

boolean

日历活动是否为周期性活动。

organizer_calendar_id

string

此活动组织者的日历 ID。

recurring

string

日历活动是否为周期性活动。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
start_time

integer

活动的开始时间(以秒为单位),以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_appointment_schedule&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} modified the appointment schedule {appointment_schedule_title}

创建了预约安排

活动详情
活动名称 create_appointment_schedule
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
appointment_schedule_title

string

日历预约安排的标题。

calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

client_side_encrypted

string

日历活动是否经过客户端加密。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
end_time

integer

活动结束时间,以秒为单位,以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

event_id

string

事件 ID。

is_recurring

boolean

日历活动是否为周期性活动。

organizer_calendar_id

string

此活动组织者的日历 ID。

recurring

string

日历活动是否为周期性活动。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
start_time

integer

活动的开始时间(以秒为单位),以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=create_appointment_schedule&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} created a new appointment schedule {appointment_schedule_title}

删除了预约安排

活动详情
活动名称 delete_appointment_schedule
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
appointment_schedule_title

string

日历预约安排的标题。

calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

client_side_encrypted

string

日历活动是否经过客户端加密。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
end_time

integer

活动结束时间,以秒为单位,以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

event_id

string

事件 ID。

is_recurring

boolean

日历活动是否为周期性活动。

organizer_calendar_id

string

此活动组织者的日历 ID。

recurring

string

日历活动是否为周期性活动。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
start_time

integer

活动的开始时间(以秒为单位),以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=delete_appointment_schedule&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted the appointment schedule {appointment_schedule_title}

修改了一个活动

创建、删除或修改日历中的活动。 此类事件将通过 type=event_change 返回。

活动已创建

活动详情
活动名称 create_event
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

end_time

integer

活动结束时间,以秒为单位,以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

event_id

string

事件 ID。

event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

start_time

integer

活动的开始时间(以秒为单位),以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=create_event&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} created a new event {event_title}

活动已删除

活动详情
活动名称 delete_event
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=delete_event&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted the event {event_title}

添加了活动邀请对象

活动详情
活动名称 add_event_guest
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_guest

string

活动邀请对象电子邮件。

event_id

string

事件 ID。

event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=add_event_guest&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} invited {event_guest} to {event_title}

自动回复了活动邀请对象

活动详情
活动名称 change_event_guest_response_auto
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_guest

string

活动邀请对象电子邮件。

event_id

string

事件 ID。

event_response_status

string

活动邀请对象回复状态。 可能的值包括:

  • accepted
    邀请对象打算参加。
  • accepted_from_meeting_room
    邀请对象将通过会议室参加会议。
  • accepted_virtually
    邀请对象将通过虚拟方式参加会议。
  • declined
    嘉宾不打算参加。
  • deleted
    邀请对象已将自己从活动中移除。
  • needs_action
    邀请对象尚未回复。
  • organizer
    邀请对象是活动组织者。
  • spam
    嘉宾标签将活动标记为垃圾内容。
  • tentative
    房客预计可能会参加。
  • uninvited
    不再邀请邀请对象。
event_title

string

活动标题。

organizer_calendar_id

string

此活动组织者的日历 ID。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_event_guest_response_auto&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{event_guest} auto-responded to the event {event_title} as {event_response_status}

移除了活动邀请对象

活动详情
活动名称 remove_event_guest
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_guest

string

活动邀请对象电子邮件。

event_id

string

事件 ID。

event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=remove_event_guest&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} uninvited {event_guest} from {event_title}

更改了活动邀请对象回复

活动详情
活动名称 change_event_guest_response
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_guest

string

活动邀请对象电子邮件。

event_id

string

事件 ID。

event_response_status

string

活动邀请对象回复状态。 可能的值包括:

  • accepted
    邀请对象打算参加。
  • accepted_from_meeting_room
    邀请对象将通过会议室参加会议。
  • accepted_virtually
    邀请对象将通过虚拟方式参加会议。
  • declined
    嘉宾不打算参加。
  • deleted
    邀请对象已将自己从活动中移除。
  • needs_action
    邀请对象尚未回复。
  • organizer
    邀请对象是活动组织者。
  • spam
    嘉宾标签将活动标记为垃圾内容。
  • tentative
    房客预计可能会参加。
  • uninvited
    不再邀请邀请对象。
event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_event_guest_response&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the response of guest {event_guest} for the event {event_title} to {event_response_status}

修改了活动

活动详情
活动名称 change_event
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_event&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} modified {event_title}
活动详情
活动名称 print_preview_event
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

client_side_encrypted

string

日历活动是否经过客户端加密。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
end_time

integer

活动结束时间,以秒为单位,以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

event_id

string

事件 ID。

event_title

string

活动标题。

is_recurring

boolean

日历活动是否为周期性活动。

organizer_calendar_id

string

此活动组织者的日历 ID。

recurring

string

日历活动是否为周期性活动。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
start_time

integer

活动的开始时间(以秒为单位),以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=print_preview_event&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} generated a print preview of event {event_title}

从回收站中移除了活动

活动详情
活动名称 remove_event_from_trash
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

event_title

string

活动标题。

organizer_calendar_id

string

此活动组织者的日历 ID。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=remove_event_from_trash&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} removed the event {event_title} from trash

恢复了活动

活动详情
活动名称 restore_event
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=restore_event&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} restored the event {event_title}

更改了活动开始时间

活动详情
活动名称 change_event_start_time
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

start_time

integer

活动的开始时间(以秒为单位),以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_event_start_time&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the start time of {event_title}

修改了活动标题

活动详情
活动名称 change_event_title
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

event_id

string

事件 ID。

event_title

string

活动标题。

notification_message_id

string

通知消息 ID。

old_event_title

string

如果日历活动的标题已更改,则这是您之前的活动标题。

organizer_calendar_id

string

此活动组织者的日历 ID。

recipient_email

string

通知收件人的电子邮件地址。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=change_event_title&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} changed the title of {old_event_title} to {event_title}

活动转移已完成

活动详情
活动名称 transfer_event_completed
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

client_side_encrypted

string

日历活动是否经过客户端加密。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
end_time

integer

活动结束时间,以秒为单位,以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

event_id

string

事件 ID。

event_title

string

活动标题。

is_recurring

boolean

日历活动是否为周期性活动。

organizer_calendar_id

string

此活动组织者的日历 ID。

recurring

string

日历活动是否为周期性活动。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
start_time

integer

活动的开始时间(以秒为单位),以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=transfer_event_completed&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} accepted ownership of the event {event_title}

已请求转移活动

活动详情
活动名称 transfer_event_requested
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

client_side_encrypted

string

日历活动是否经过客户端加密。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
end_time

integer

活动结束时间,以秒为单位,以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

event_id

string

事件 ID。

event_title

string

活动标题。

grantee_email

string

受助人电子邮件地址。

is_recurring

boolean

日历活动是否为周期性活动。

organizer_calendar_id

string

此活动组织者的日历 ID。

recurring

string

日历活动是否为周期性活动。 可能的值包括:

  • no
    不会。
  • unspecified
    未指定。
  • yes
    可以。
start_time

integer

活动的开始时间(以秒为单位),以格里戈里时间存储。将此值减去 62135683200 可转换为 Unix 纪元时间戳。

user_agent

string

触发此操作的请求中的用户代理。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=transfer_event_requested&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} requested transferring ownership of the event {event_title} to {grantee_email}

Google 日历和 MS Exchange 之间的交互操作

与 Google 日历和 MS Exchange 之间的交互相关的事件。 此类事件将通过 type=interop 返回。

成功通过 Google 查询一个 Exchange 日历中的空闲状态信息

成功通过 Google 查询一个 Exchange 日历中的空闲状态信息。

活动详情
活动名称 interop_freebusy_lookup_outbound_successful
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

remote_ews_url

string

Google 日历 EWS 服务器联系过的远程 Exchange 服务器的网址。

requested_period_end

integer

请求空闲状态的时间段的结束时间。

requested_period_start

integer

请求可用性的时间范围的开始时间。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=interop_freebusy_lookup_outbound_successful&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} successfully fetched availability of Exchange calendar {calendar_id}

成功通过 Exchange 查询一个 Google 日历中的空闲状态信息

成功通过 Exchange 查询一个 Google 日历中的空闲状态信息。

活动详情
活动名称 interop_freebusy_lookup_inbound_successful
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

requested_period_end

integer

请求空闲状态的时间段的结束时间。

requested_period_start

integer

请求可用性的时间范围的开始时间。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=interop_freebusy_lookup_inbound_successful&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
Exchange Server at {IP_ADDRESS_IDENTIFIER} acting as {actor} successfully fetched availability for Google calendar {calendar_id}

成功通过 Google 查询 Exchange 资源的空闲状态信息

活动详情
活动名称 interop_exchange_resource_availability_lookup_successful
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

remote_ews_url

string

Google 日历 EWS 服务器联系过的远程 Exchange 服务器的网址。

requested_period_end

integer

请求空闲状态的时间段的结束时间。

requested_period_start

integer

请求可用性的时间范围的开始时间。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=interop_exchange_resource_availability_lookup_successful&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} successfully attempted to fetch availability of {calendar_id}

成功的 Exchange 资源列表查询

活动详情
活动名称 interop_exchange_resource_list_lookup_successful
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
interop_error_code

string

英文简明易懂的错误代码 / 错误说明。

remote_ews_url

string

Google 日历 EWS 服务器联系过的远程 Exchange 服务器的网址。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=interop_exchange_resource_list_lookup_successful&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} successfully fetched Exchange resource list from {remote_ews_url}

未成功通过 Google 查询一个 Exchange 日历中的空闲状态信息

未成功通过 Google 查询一个 Exchange 日历中的空闲状态信息。

活动详情
活动名称 interop_freebusy_lookup_outbound_unsuccessful
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

interop_error_code

string

英文简明易懂的错误代码 / 错误说明。

remote_ews_url

string

Google 日历 EWS 服务器联系过的远程 Exchange 服务器的网址。

requested_period_end

integer

请求空闲状态的时间段的结束时间。

requested_period_start

integer

请求可用性的时间范围的开始时间。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=interop_freebusy_lookup_outbound_unsuccessful&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} unsuccessfully attempted to fetch availability of Exchange calendar {calendar_id}

未成功通过 Exchange 查询一个 Google 日历中的空闲状态信息

未成功通过 Exchange 查询一个 Google 日历中的空闲状态信息。

活动详情
活动名称 interop_freebusy_lookup_inbound_unsuccessful
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

interop_error_code

string

英文简明易懂的错误代码 / 错误说明。

requested_period_end

integer

请求空闲状态的时间段的结束时间。

requested_period_start

integer

请求可用性的时间范围的开始时间。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=interop_freebusy_lookup_inbound_unsuccessful&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
Exchange Server at {IP_ADDRESS_IDENTIFIER} acting as {actor} unsuccessfully attempted to fetch availability for Google calendar {calendar_id}

未成功通过 Google 查询 Exchange 资源的空闲状态信息

活动详情
活动名称 interop_exchange_resource_availability_lookup_unsuccessful
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
calendar_id

string

此操作上下文的相关日历(例如,活动正在进行的日历或订阅的日历)。ID 通常采用用户的电子邮件地址。

interop_error_code

string

英文简明易懂的错误代码 / 错误说明。

remote_ews_url

string

Google 日历 EWS 服务器联系过的远程 Exchange 服务器的网址。

requested_period_end

integer

请求空闲状态的时间段的结束时间。

requested_period_start

integer

请求可用性的时间范围的开始时间。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=interop_exchange_resource_availability_lookup_unsuccessful&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} unsuccessfully attempted to fetch availability of {calendar_id}

未成功查询的 Exchange 资源列表

活动详情
活动名称 interop_exchange_resource_list_lookup_unsuccessful
参数
api_kind

string

API 类型。 可能的值包括:

  • android
    表示操作请求来自 Android 设备。
  • api_v3
    表示操作请求是通过 Calendar API 发出的。
  • caldav
    表示操作请求通过 Calendar CalDAV API 发出。
  • ews
    表示操作请求是通过 Calendar EWS API(日历互操作工具,请参阅 https://support.google.com/a/topic/2798684)发出的。
  • gdata
    表示操作是通过日历 GData API 发出的。
  • ical
    表示操作请求来自 ICS 载荷的事件电子邮件。
  • ios
    表示操作请求通过 iOS 版 Google 日历应用发出。
  • not_set
    如果来源操作没有可用信息,则为默认值。
  • trip_service
    表示执行某项操作的请求来自 Gmail 活动(请参阅 https://support.google.com/calendar/answer/6084018)。
  • web
    表示用户通过 Google 日历网页界面执行操作。
interop_error_code

string

英文简明易懂的错误代码 / 错误说明。

remote_ews_url

string

Google 日历 EWS 服务器联系过的远程 Exchange 服务器的网址。

示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/calendar?eventName=interop_exchange_resource_list_lookup_unsuccessful&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} unsuccessfully fetched Exchange resource list from {remote_ews_url}