mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update dependencies
This commit is contained in:
@@ -827,7 +827,7 @@
|
||||
]
|
||||
},
|
||||
"get": {
|
||||
"description": "Returns an event.",
|
||||
"description": "Returns an event based on its Google Calendar ID. To retrieve an event using its iCalendar ID, call the events.list method using the iCalUID parameter.",
|
||||
"httpMethod": "GET",
|
||||
"id": "calendar.events.get",
|
||||
"parameterOrder": [
|
||||
@@ -1088,7 +1088,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"iCalUID": {
|
||||
"description": "Specifies event ID in the iCalendar format to be included in the response. Optional.",
|
||||
"description": "Specifies an event ID in the iCalendar format to be provided in the response. Optional. Use this if you want to search for an event by its iCalendar ID.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1132,7 +1132,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"q": {
|
||||
"description": "Free text search terms to find events that match these terms in any field, except for extended properties. Optional.",
|
||||
"description": "Free text search terms to find events that match these terms in the following fields: summary, description, location, attendee's displayName, attendee's email. Optional.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1485,7 +1485,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"iCalUID": {
|
||||
"description": "Specifies event ID in the iCalendar format to be included in the response. Optional.",
|
||||
"description": "Specifies an event ID in the iCalendar format to be provided in the response. Optional. Use this if you want to search for an event by its iCalendar ID.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1529,7 +1529,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"q": {
|
||||
"description": "Free text search terms to find events that match these terms in any field, except for extended properties. Optional.",
|
||||
"description": "Free text search terms to find events that match these terms in the following fields: summary, description, location, attendee's displayName, attendee's email. Optional.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1723,7 +1723,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220217",
|
||||
"revision": "20221229",
|
||||
"rootUrl": "https://www.googleapis.com/",
|
||||
"schemas": {
|
||||
"Acl": {
|
||||
@@ -2300,7 +2300,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"attachments": {
|
||||
"description": "File attachments for the event. Currently only Google Drive attachments are supported.\nIn order to modify attachments the supportsAttachments request parameter should be set to true.\nThere can be at most 25 attachments per event,",
|
||||
"description": "File attachments for the event.\nIn order to modify attachments the supportsAttachments request parameter should be set to true.\nThere can be at most 25 attachments per event,",
|
||||
"items": {
|
||||
"$ref": "EventAttachment"
|
||||
},
|
||||
@@ -2478,7 +2478,7 @@
|
||||
"calendar.events.import"
|
||||
]
|
||||
},
|
||||
"description": "Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method.\nNote that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs.",
|
||||
"description": "Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method.\nNote that the iCalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same iCalUIDs. To retrieve an event using its iCalUID, call the events.list method using the iCalUID parameter. To retrieve an event using its id, call the events.get method.",
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
@@ -2627,7 +2627,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"iconLink": {
|
||||
"description": "URL link to the attachment's icon. Read-only.",
|
||||
"description": "URL link to the attachment's icon. This field can only be modified for custom third-party attachments.",
|
||||
"type": "string"
|
||||
},
|
||||
"mimeType": {
|
||||
@@ -2681,7 +2681,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"responseStatus": {
|
||||
"description": "The attendee's response status. Possible values are: \n- \"needsAction\" - The attendee has not responded to the invitation. \n- \"declined\" - The attendee has declined the invitation. \n- \"tentative\" - The attendee has tentatively accepted the invitation. \n- \"accepted\" - The attendee has accepted the invitation.",
|
||||
"description": "The attendee's response status. Possible values are: \n- \"needsAction\" - The attendee has not responded to the invitation (recommended for new events). \n- \"declined\" - The attendee has declined the invitation. \n- \"tentative\" - The attendee has tentatively accepted the invitation. \n- \"accepted\" - The attendee has accepted the invitation. Warning: If you add an event using the values declined, tentative, or accepted, attendees with the \"Add invitations to my calendar\" setting set to \"When I respond to invitation in email\" won't see an event on their calendar unless they choose to change their invitation response in the event invitation email.",
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
|
||||
Reference in New Issue
Block a user