本文件列出
各種類型的
日曆稽核活動事件。您可以透過下列方式擷取這些事件:
呼叫 Activities.list()
搭配 applicationName=calendar
。
已修改日曆
建立或刪除日曆,或是修改日曆其中一個屬性,例如標題、說明或共用設定
這種類型的事件會以 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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 Epoch 紀元時間戳記。
|
event_id |
string
事件 ID。
|
is_recurring |
boolean
日曆活動是否為週期性活動。
|
organizer_calendar_id |
string
這場活動發起人的日曆 ID。
|
recurring |
string
日曆活動是否為週期性活動。
可能的值包括:
no 否。
unspecified 未指定。
yes 沒錯。
|
start_time |
integer
事件開始時間 (以秒為單位),以公國時間儲存。將這個值減去 62135683200,轉換為 Unix Epoch 紀元時間戳記。
|
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 Epoch 紀元時間戳記。
|
event_id |
string
事件 ID。
|
is_recurring |
boolean
日曆活動是否為週期性活動。
|
organizer_calendar_id |
string
這場活動發起人的日曆 ID。
|
recurring |
string
日曆活動是否為週期性活動。
可能的值包括:
no 否。
unspecified 未指定。
yes 沒錯。
|
start_time |
integer
事件開始時間 (以秒為單位),以公國時間儲存。將這個值減去 62135683200,轉換為 Unix Epoch 紀元時間戳記。
|
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 Epoch 紀元時間戳記。
|
event_id |
string
事件 ID。
|
is_recurring |
boolean
日曆活動是否為週期性活動。
|
organizer_calendar_id |
string
這場活動發起人的日曆 ID。
|
recurring |
string
日曆活動是否為週期性活動。
可能的值包括:
no 否。
unspecified 未指定。
yes 沒錯。
|
start_time |
integer
事件開始時間 (以秒為單位),以公國時間儲存。將這個值減去 62135683200,轉換為 Unix Epoch 紀元時間戳記。
|
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
not_set 如果無法取得動作來源的相關資訊,則此為預設值。
trip_service 表示動作要求來自 Gmail 中的活動 (請參閱 https://support.google.com/calendar/answer/6084018)。
web 表示對動作的要求是透過 Google 日曆網頁介面傳送。
|
calendar_id |
string
相關日曆的相關日曆 ID (例如活動開啟的日曆或訂閱的日曆)。通常是使用者的電子郵件地址格式。
|
end_time |
integer
事件結束時間 (以秒為單位),以公國時間儲存。將這個值減去 62135683200,轉換為 Unix Epoch 紀元時間戳記。
|
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 Epoch 紀元時間戳記。
|
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 Epoch 紀元時間戳記。
|
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 Epoch 紀元時間戳記。
|
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 Epoch 紀元時間戳記。
|
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 Epoch 紀元時間戳記。
|
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 Epoch 紀元時間戳記。
|
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 Epoch 紀元時間戳記。
|
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 Epoch 紀元時間戳記。
|
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 日曆和 Microsoft 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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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 表示對動作的要求是透過 Calendar GData API 傳送。
ical 表示動作要求來自含有 ICS 酬載的事件電子郵件。
ios 表示某個動作的要求是來自 Google 日曆應用程式 iOS 版。
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}
|