Google-RestApi
view release on metacpan or search on metacpan
t/unit/Test/Google/RestApi/CalendarApi3/CalendarList.pm.exchanges view on Meta::CPAN
---
request: GET /calendar/v3/users/me/calendarList/primary
response:
code: 200
content: |
{
"kind": "calendar#calendarListEntry",
"etag": "\"1776114053940570\"",
"id": "mvsjes2.test.restapi@gmail.com",
"summary": "mvsjes2.test.restapi@gmail.com",
"timeZone": "UTC",
"colorId": "14",
"backgroundColor": "#9fe1e7",
"foregroundColor": "#000000",
"selected": true,
"accessRole": "owner",
"defaultReminders": [
{
"method": "popup",
"minutes": 30
}
],
"notificationSettings": {
"notifications": [
{
"type": "eventCreation",
"method": "email"
},
{
"type": "eventChange",
"method": "email"
},
{
"type": "eventCancellation",
"method": "email"
},
{
"type": "eventResponse",
"method": "email"
}
]
},
"primary": true,
"conferenceProperties": {
"allowedConferenceSolutionTypes": [
"hangoutsMeet"
]
}
}
headers:
- x-l2-request-path
- l2-managed-14
- vary
- X-Origin
- vary
- Referer
- vary
- Origin,Accept-Encoding
- accept-ranges
- none
- x-frame-options
- SAMEORIGIN
- expires
- Thu, 16 Apr 2026 19:06:04 GMT
- cache-control
- private, max-age=0, must-revalidate, no-transform
- content-type
( run in 0.812 second using v1.01-cache-2.11-cpan-364913b4093 )