|
1088 | 1088 | "type": "string" |
1089 | 1089 | }, |
1090 | 1090 | "eventTypes": { |
1091 | | - "description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\"This parameter can be repeated multiple times to return events of different types. Currently, this is the only allowed value for this field: \n- [\"default\", \"focusTime\", \"outOfOffice\"] This value is the default.\n\nIf you're enrolled in the Working Location developer preview program, in addition to the default value above you can also set the \"workingLocation\" event type: \n- [\"default\", \"focusTime\", \"outOfOffice\", \"workingLocation\"] \n- [\"workingLocation\"] Additional combinations of these four event types will be made available in later releases. Developer Preview.", |
| 1091 | + "description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\" \n- \"workingLocation\"This parameter can be repeated multiple times to return events of different types. Currently, these are the only allowed values for this field: \n- [\"default\", \"focusTime\", \"outOfOffice\"] \n- [\"default\", \"focusTime\", \"outOfOffice\", \"workingLocation\"] \n- [\"workingLocation\"] The default is [\"default\", \"focusTime\", \"outOfOffice\"].\nAdditional combinations of these four event types will be made available in later releases.", |
1092 | 1092 | "location": "query", |
1093 | 1093 | "repeated": true, |
1094 | 1094 | "type": "string" |
|
1491 | 1491 | "type": "string" |
1492 | 1492 | }, |
1493 | 1493 | "eventTypes": { |
1494 | | - "description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\"This parameter can be repeated multiple times to return events of different types. Currently, this is the only allowed value for this field: \n- [\"default\", \"focusTime\", \"outOfOffice\"] This value is the default.\n\nIf you're enrolled in the Working Location developer preview program, in addition to the default value above you can also set the \"workingLocation\" event type: \n- [\"default\", \"focusTime\", \"outOfOffice\", \"workingLocation\"] \n- [\"workingLocation\"] Additional combinations of these four event types will be made available in later releases. Developer Preview.", |
| 1494 | + "description": "Event types to return. Optional. Possible values are: \n- \"default\" \n- \"focusTime\" \n- \"outOfOffice\" \n- \"workingLocation\"This parameter can be repeated multiple times to return events of different types. Currently, these are the only allowed values for this field: \n- [\"default\", \"focusTime\", \"outOfOffice\"] \n- [\"default\", \"focusTime\", \"outOfOffice\", \"workingLocation\"] \n- [\"workingLocation\"] The default is [\"default\", \"focusTime\", \"outOfOffice\"].\nAdditional combinations of these four event types will be made available in later releases.", |
1495 | 1495 | "location": "query", |
1496 | 1496 | "repeated": true, |
1497 | 1497 | "type": "string" |
|
1735 | 1735 | } |
1736 | 1736 | } |
1737 | 1737 | }, |
1738 | | - "revision": "20230714", |
| 1738 | + "revision": "20230907", |
1739 | 1739 | "rootUrl": "https://www.googleapis.com/", |
1740 | 1740 | "schemas": { |
1741 | 1741 | "Acl": { |
|
2392 | 2392 | }, |
2393 | 2393 | "eventType": { |
2394 | 2394 | "default": "default", |
2395 | | - "description": "Specific type of the event. Read-only. Possible values are: \n- \"default\" - A regular event or not further specified. \n- \"outOfOffice\" - An out-of-office event. \n- \"focusTime\" - A focus-time event. \n- \"workingLocation\" - A working location event. Developer Preview.", |
| 2395 | + "description": "Specific type of the event. This cannot be modified after the event is created. Possible values are: \n- \"default\" - A regular event or not further specified. \n- \"outOfOffice\" - An out-of-office event. \n- \"focusTime\" - A focus-time event. \n- \"workingLocation\" - A working location event. Currently, only \"default \" and \"workingLocation\" events can be created using the API. Extended support for other event types will be made available in later releases.", |
2396 | 2396 | "type": "string" |
2397 | 2397 | }, |
2398 | 2398 | "extendedProperties": { |
|
2626 | 2626 | }, |
2627 | 2627 | "workingLocationProperties": { |
2628 | 2628 | "$ref": "EventWorkingLocationProperties", |
2629 | | - "description": "Working Location event data. Developer Preview." |
| 2629 | + "description": "Working location event data." |
2630 | 2630 | } |
2631 | 2631 | }, |
2632 | 2632 | "type": "object" |
|
2768 | 2768 | "type": "string" |
2769 | 2769 | }, |
2770 | 2770 | "deskId": { |
2771 | | - "description": "An optional arbitrary desk identifier.", |
| 2771 | + "description": "An optional desk identifier.", |
2772 | 2772 | "type": "string" |
2773 | 2773 | }, |
2774 | 2774 | "floorId": { |
2775 | | - "description": "An optional arbitrary floor identifier.", |
| 2775 | + "description": "An optional floor identifier.", |
2776 | 2776 | "type": "string" |
2777 | 2777 | }, |
2778 | 2778 | "floorSectionId": { |
2779 | | - "description": "An optional arbitrary floor section identifier.", |
| 2779 | + "description": "An optional floor section identifier.", |
2780 | 2780 | "type": "string" |
2781 | 2781 | }, |
2782 | 2782 | "label": { |
2783 | | - "description": "An optional extra label for additional information.", |
| 2783 | + "description": "The office name that's displayed in Calendar Web and Mobile clients. We recommend you reference a building name in the organization's Resources database.", |
2784 | 2784 | "type": "string" |
2785 | 2785 | } |
2786 | 2786 | }, |
2787 | 2787 | "type": "object" |
2788 | 2788 | }, |
2789 | 2789 | "type": { |
2790 | | - "description": "Indicates what kind of location this is. Any details are specified in a sub-field of the specified name (but which may be missing if empty). Any other fields are ignored.", |
| 2790 | + "description": "Type of the working location. Possible values are: \n- \"homeOffice\" - The user is working at home. \n- \"officeLocation\" - The user is working from an office. \n- \"customLocation\" - The user is working from a custom location. Any details are specified in a sub-field of the specified name, but this field may be missing if empty. Any other fields are ignored.\nRequired when adding working location properties.", |
2791 | 2791 | "type": "string" |
2792 | 2792 | } |
2793 | 2793 | }, |
|
0 commit comments