changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "etag": {
+ "description": "ETag of the resource",
+ "type": "string"
+ },
+ "items": {
+ "description": "List of calendars",
+ "items": {
+ "properties": {
+ "accessRole": {
+ "description": "User's access level",
+ "enum": [
+ "owner",
+ "writer",
+ "reader",
+ "freeBusyReader"
+ ],
+ "type": "string"
+ },
+ "defaultReminders": {
+ "description": "Default reminders",
+ "items": {
+ "properties": {
+ "method": {
+ "description": "Reminder method",
+ "type": "string"
+ },
+ "minutes": {
+ "description": "Minutes before event",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "description": {
+ "description": "Calendar description",
+ "type": "string"
+ },
+ "etag": {
+ "description": "Calendar ETag",
+ "type": "string"
+ },
+ "id": {
+ "description": "Calendar ID",
+ "type": "string"
+ },
+ "kind": {
+ "description": "Calendar resource kind",
+ "type": "string"
+ },
+ "primary": {
+ "description": "Whether this is the primary calendar",
+ "type": "boolean"
+ },
+ "summary": {
+ "description": "Calendar name",
+ "type": "string"
+ },
+ "timeZone": {
+ "description": "Calendar time zone",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "description": "Resource kind identifier",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection failed",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}