Google-RestApi

 view release on metacpan or  search on metacpan

t/unit/Test/Google/RestApi/CalendarApi3/Calendar.pm.exchanges  view on Meta::CPAN

---
query_params:
  fields: nextPageToken, items(id, role, scope)
request: GET /calendar/v3/calendars/bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com/acl
response:
  code: 200
  content: |
    {
     "items": [
      {
       "id": "user:bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com",
       "scope": {
        "type": "user",
        "value": "bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com"
       },
       "role": "owner"
      },
      {
       "id": "user:mvsjes2.test.restapi@gmail.com",
       "scope": {
        "type": "user",
        "value": "mvsjes2.test.restapi@gmail.com"
       },
       "role": "owner"
      }
     ]
    }
  headers:
  - vary
  - X-Origin
  - vary
  - Referer
  - vary
  - Origin,Accept-Encoding
  - x-l2-request-path
  - l2-managed-14
  - cache-control
  - private, max-age=0, must-revalidate, no-transform
  - transfer-encoding
  - chunked
  - content-type
  - application/json; charset=UTF-8
  - accept-ranges
  - none
  - expires
  - Thu, 16 Apr 2026 19:17:15 GMT
  - x-frame-options
  - SAMEORIGIN
  - x-content-type-options
  - nosniff
  - alt-svc
  - h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  - x-xss-protection
  - '0'
  - server
  - ESF
  - date
  - Thu, 16 Apr 2026 19:17:15 GMT
  message: OK
source: Test::Google::RestApi::CalendarApi3::Calendar::acl_rules_max_pages

---
query_params:
  fields: nextPageToken, items(id, summary, start, end)
request: GET /calendar/v3/calendars/bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com/events
response:
  code: 200
  content: "{\n \"items\": []\n}\n"
  headers:
  - date
  - Thu, 16 Apr 2026 19:17:17 GMT
  - server
  - ESF
  - alt-svc
  - h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  - x-xss-protection
  - '0'
  - x-content-type-options
  - nosniff
  - x-frame-options
  - SAMEORIGIN
  - expires
  - Thu, 16 Apr 2026 19:17:17 GMT
  - accept-ranges
  - none
  - content-type
  - application/json; charset=UTF-8
  - transfer-encoding
  - chunked
  - cache-control
  - private, max-age=0, must-revalidate, no-transform
  - x-l2-request-path
  - l2-managed-14
  - vary
  - X-Origin
  - vary
  - Referer
  - vary
  - Origin,Accept-Encoding
  message: OK
source: Test::Google::RestApi::CalendarApi3::Calendar::events_max_pages

---
request: GET /calendar/v3/calendars/bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com
response:
  code: 200
  content: |
    {
     "kind": "calendar#calendar",
     "etag": "\"hCU6DklFL59A_vm97O_CgKmxiF4\"",
     "id": "bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com",
     "summary": "Test Calendar",
     "timeZone": "UTC",
     "dataOwner": "mvsjes2.test.restapi@gmail.com",
     "conferenceProperties": {
      "allowedConferenceSolutionTypes": [
       "hangoutsMeet"
      ]
     }
    }
  headers:
  - alt-svc
  - h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  - x-xss-protection
  - '0'
  - x-content-type-options
  - nosniff
  - server
  - ESF
  - date
  - Thu, 16 Apr 2026 19:17:18 GMT
  - vary
  - X-Origin
  - vary
  - Referer
  - vary
  - Origin,Accept-Encoding
  - x-l2-request-path
  - l2-managed-14
  - content-type
  - application/json; charset=UTF-8
  - transfer-encoding
  - chunked
  - cache-control
  - private, max-age=0, must-revalidate, no-transform
  - x-frame-options
  - SAMEORIGIN
  - expires
  - Thu, 16 Apr 2026 19:17:18 GMT
  - accept-ranges
  - none
  message: OK
source: Test::Google::RestApi::CalendarApi3::Calendar::get

---
request: PUT /calendar/v3/calendars/bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com
request_content:
  summary: Updated Calendar
response:
  code: 200
  content: |
    {
     "kind": "calendar#calendar",
     "etag": "\"N6osDLBhMWn_LRZiYrT95Mr9unw\"",
     "id": "bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com",
     "summary": "Updated Calendar",
     "timeZone": "UTC",
     "dataOwner": "mvsjes2.test.restapi@gmail.com",
     "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
  - Mon, 01 Jan 1990 00:00:00 GMT
  - cache-control
  - no-cache, no-store, max-age=0, must-revalidate
  - content-type
  - application/json; charset=UTF-8
  - transfer-encoding
  - chunked
  - server
  - ESF
  - pragma
  - no-cache
  - x-content-type-options
  - nosniff
  - x-xss-protection
  - '0'
  - alt-svc
  - h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  - date
  - Thu, 16 Apr 2026 19:17:20 GMT
  message: OK
source: Test::Google::RestApi::CalendarApi3::Calendar::update

---
request: DELETE /calendar/v3/calendars/bc70ef6c1ca0ca2702782cbd0ee2178a77ae484beca1d2924ba2eb251a1e25ad@group.calendar.google.com
response:
  code: 204
  content: ''
  headers:
  - vary
  - Origin
  - vary
  - X-Origin
  - vary
  - Referer
  - x-l2-request-path
  - l2-managed-14
  - cache-control
  - no-cache, no-store, max-age=0, must-revalidate
  - content-type
  - text/html
  - x-frame-options
  - SAMEORIGIN
  - expires
  - Mon, 01 Jan 1990 00:00:00 GMT
  - x-content-type-options
  - nosniff
  - x-xss-protection
  - '0'
  - alt-svc
  - h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  - server
  - ESF
  - pragma
  - no-cache
  - content-length
  - '0'
  - date
  - Thu, 16 Apr 2026 19:17:22 GMT
  message: No Content
source: Test::Google::RestApi::CalendarApi3::Calendar::_teardown_live_calendar



( run in 1.469 second using v1.01-cache-2.11-cpan-364913b4093 )