@lanes-sh/link 0.6.11 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +62 -45
- package/instructions/skills/lanes-link/SKILL.md +25 -0
- package/package.json +3 -2
- package/src/audit/conformance.ts +1 -1
- package/src/cli/argv.ts +14 -1
- package/src/cli/commands/connect/acquire.ts +100 -0
- package/src/cli/commands/connect/custom/index.ts +1 -1
- package/src/cli/commands/connect/declare.ts +19 -0
- package/src/cli/commands/connect/index.ts +54 -56
- package/src/cli/commands/connect/requirements.ts +23 -1
- package/src/cli/commands/connect/setup.ts +1 -1
- package/src/cli/commands/connect/variables.ts +220 -0
- package/src/cli/commands/knowledge/index.ts +22 -4
- package/src/cli/commands/knowledge/migrate.ts +61 -43
- package/src/cli/commands/operate/tools.ts +1 -1
- package/src/cli/commands/owner/entities.ts +244 -0
- package/src/cli/commands/owner/shared.ts +14 -0
- package/src/cli/commands/owner/vault.ts +2 -2
- package/src/cli/commands/owner.ts +13 -3
- package/src/cli/commands/setup.ts +12 -0
- package/src/cli/config-edit.ts +16 -6
- package/src/cli/config-repair.ts +10 -0
- package/src/cli/dispatch-owner.ts +30 -1
- package/src/cli/main.ts +2 -1
- package/src/cli/runtime/open.ts +14 -7
- package/src/cli/runtime/registry.ts +6 -1
- package/src/cli/selection.ts +11 -0
- package/src/cli/usage.ts +13 -2
- package/src/connectivity/auth/strategy/index.ts +1 -1
- package/src/connectivity/capability.ts +1 -1
- package/src/connectivity/context.ts +1 -1
- package/src/connectivity/index.ts +1 -1
- package/src/connectivity/mail/attachments.ts +42 -73
- package/src/connectivity/mail/content-type.ts +71 -0
- package/src/connectivity/mail/index.ts +1 -1
- package/src/connectivity/manifest/provider.ts +50 -0
- package/src/connectivity/manifest/variables.ts +173 -0
- package/src/connectivity/transports/factory.ts +74 -1
- package/src/connectivity/transports/http/index.ts +8 -2
- package/src/connectivity/transports/http/keys.ts +83 -0
- package/src/connectivity/transports/imap/attachment.ts +53 -10
- package/src/connectivity/transports/imap/capabilities.ts +28 -0
- package/src/connectivity/transports/imap/download.ts +111 -0
- package/src/connectivity/transports/imap/index.ts +13 -0
- package/src/connectivity/transports/imap/operations.ts +1 -0
- package/src/deployments/adapters/s3.ts +1 -1
- package/src/deployments/gcp/provision.ts +1 -1
- package/src/deployments/knowledge.ts +44 -18
- package/src/deployments/prepare.ts +1 -1
- package/src/deployments/serving.ts +1 -1
- package/src/dispatch/dispatch.ts +17 -10
- package/src/dispatch/staging.ts +76 -1
- package/src/profile/knowledge.ts +19 -11
- package/src/profile/schema.ts +2 -2
- package/src/providers/README.md +189 -0
- package/src/providers/airtable/index.ts +10 -0
- package/src/providers/algolia/index.ts +10 -0
- package/src/providers/amplitude/index.ts +10 -0
- package/src/providers/apify/index.ts +10 -0
- package/src/providers/asana/index.ts +10 -0
- package/src/providers/assets/provider.ts +11 -4
- package/src/providers/atlassian/index.ts +19 -0
- package/src/providers/attio/index.ts +10 -0
- package/src/providers/betterstack/index.ts +10 -0
- package/src/providers/box/index.ts +64 -0
- package/src/providers/brightdata/index.ts +10 -0
- package/src/providers/buildkite/index.ts +10 -0
- package/src/providers/bunq/index.ts +2 -2
- package/src/providers/calendly/index.ts +10 -0
- package/src/providers/canva/index.ts +10 -0
- package/src/providers/circleci/index.ts +10 -0
- package/src/providers/clickup/index.ts +10 -0
- package/src/providers/close/index.ts +10 -0
- package/src/providers/cloudflare_bindings/index.ts +14 -0
- package/src/providers/cloudflare_observability/index.ts +10 -0
- package/src/providers/contentful/index.ts +10 -0
- package/src/providers/custom/load.ts +1 -1
- package/src/providers/datadog/index.ts +10 -0
- package/src/providers/discord/index.ts +1 -1
- package/src/providers/discord/specs/discord.v10.json +0 -88
- package/src/providers/discord/specs/vendor.ts +1 -1
- package/src/providers/dropbox/index.ts +10 -0
- package/src/providers/entities/catalogue.ts +366 -0
- package/src/providers/entities/find.ts +279 -0
- package/src/providers/entities/provider.ts +334 -0
- package/src/providers/entities/render.ts +142 -0
- package/src/providers/entities/store.ts +276 -0
- package/src/providers/entities/writes.ts +279 -0
- package/src/providers/example/provider.ts +1 -1
- package/src/providers/expensify/index.ts +10 -0
- package/src/providers/fastmail/calendar/index.ts +21 -0
- package/src/providers/fastmail/contacts/index.ts +17 -0
- package/src/providers/fastmail/index.ts +4 -0
- package/src/providers/fastmail/mail/index.ts +38 -0
- package/src/providers/fastmail/shared/setup.ts +52 -0
- package/src/providers/figma/index.ts +10 -0
- package/src/providers/fireflies/index.ts +10 -0
- package/src/providers/flagsmith/index.ts +10 -0
- package/src/providers/gamma/index.ts +10 -0
- package/src/providers/github/index.ts +2 -2
- package/src/providers/google/gmail/attachment.ts +16 -1
- package/src/providers/google/gmail-imap/index.ts +7 -2
- package/src/providers/google/shared/oauth.ts +1 -1
- package/src/providers/google/shared/service-account.ts +1 -1
- package/src/providers/google/shared/setup.ts +1 -1
- package/src/providers/google/specs/calendar.v3.json +0 -32
- package/src/providers/google/specs/docs.v1.json +0 -76
- package/src/providers/google/specs/drive.v3.json +0 -32
- package/src/providers/google/specs/gmail.v1.json +0 -76
- package/src/providers/google/specs/people.v1.json +0 -77
- package/src/providers/google/specs/sheets.v4.json +0 -76
- package/src/providers/google/specs/tasks.v1.json +0 -76
- package/src/providers/grafana/index.ts +10 -0
- package/src/providers/heroku/index.ts +10 -0
- package/src/providers/hubspot/index.ts +75 -0
- package/src/providers/hygraph/index.ts +10 -0
- package/src/providers/icloud/mail/index.ts +5 -0
- package/src/providers/icloud/shared/setup.ts +1 -1
- package/src/providers/index.ts +255 -0
- package/src/providers/insightly/index.ts +10 -0
- package/src/providers/jam/index.ts +10 -0
- package/src/providers/klaviyo/index.ts +10 -0
- package/src/providers/mailbox/index.ts +87 -0
- package/src/providers/memory/provider.ts +3 -8
- package/src/providers/mercury/index.ts +10 -0
- package/src/providers/microsoft/calendar/index.ts +49 -0
- package/src/providers/microsoft/contacts/index.ts +50 -0
- package/src/providers/microsoft/drive/index.ts +62 -0
- package/src/providers/microsoft/index.ts +12 -0
- package/src/providers/microsoft/mail/index.ts +76 -0
- package/src/providers/microsoft/shared/oauth.ts +58 -0
- package/src/providers/microsoft/shared/scopes.ts +56 -0
- package/src/providers/microsoft/shared/setup.ts +45 -0
- package/src/providers/microsoft/specs/microsoft-todo.v1.json +755 -0
- package/src/providers/microsoft/specs/onedrive.v1.json +993 -0
- package/src/providers/microsoft/specs/outlook-calendar.v1.json +1743 -0
- package/src/providers/microsoft/specs/outlook-contacts.v1.json +430 -0
- package/src/providers/microsoft/specs/outlook-mail.v1.json +901 -0
- package/src/providers/microsoft/specs/vendor.ts +232 -0
- package/src/providers/microsoft/todo/index.ts +54 -0
- package/src/providers/miro/index.ts +10 -0
- package/src/providers/mixpanel/index.ts +10 -0
- package/src/providers/monday/index.ts +10 -0
- package/src/providers/mux/index.ts +10 -0
- package/src/providers/navan/index.ts +10 -0
- package/src/providers/neon/index.ts +10 -0
- package/src/providers/netlify/index.ts +10 -0
- package/src/providers/nextcloud/calendar/index.ts +28 -0
- package/src/providers/nextcloud/contacts/index.ts +18 -0
- package/src/providers/nextcloud/index.ts +3 -0
- package/src/providers/nextcloud/shared/setup.ts +59 -0
- package/src/providers/owner.ts +15 -3
- package/src/providers/paddle/index.ts +10 -0
- package/src/providers/paypal/index.ts +10 -0
- package/src/providers/posthog/index.ts +10 -0
- package/src/providers/prisma/index.ts +10 -0
- package/src/providers/ramp/index.ts +10 -0
- package/src/providers/recurly/index.ts +10 -0
- package/src/providers/reddit/index.ts +1 -1
- package/src/providers/remote/index.ts +10 -0
- package/src/providers/render/index.ts +35 -0
- package/src/providers/replicate/index.ts +10 -0
- package/src/providers/resend/index.ts +10 -0
- package/src/providers/riverside/index.ts +10 -0
- package/src/providers/rootly/index.ts +10 -0
- package/src/providers/rudderstack/index.ts +10 -0
- package/src/providers/salesloft/index.ts +10 -0
- package/src/providers/sanity/index.ts +10 -0
- package/src/providers/scopes.ts +2 -0
- package/src/providers/sentry/index.ts +10 -0
- package/src/providers/setup/plan.ts +11 -0
- package/src/providers/setup/provider.ts +12 -0
- package/src/providers/shared/openapi.ts +70 -0
- package/src/providers/shared/slug.ts +28 -0
- package/src/providers/shared/vendor-operations.ts +43 -1
- package/src/providers/shared/vendor-spec.ts +98 -17
- package/src/providers/shortcut/index.ts +10 -0
- package/src/providers/slack/index.ts +2 -2
- package/src/providers/square/index.ts +10 -0
- package/src/providers/storyblok/index.ts +10 -0
- package/src/providers/stripe/index.ts +10 -0
- package/src/providers/supabase/index.ts +10 -0
- package/src/providers/tasks/store.ts +2 -7
- package/src/providers/tavily/index.ts +10 -0
- package/src/providers/todoist/index.ts +10 -0
- package/src/providers/untested.ts +105 -0
- package/src/providers/vault/provider.ts +1 -1
- package/src/providers/vercel/index.ts +10 -0
- package/src/providers/vimeo/index.ts +10 -0
- package/src/providers/webflow/index.ts +10 -0
- package/src/providers/whimsical/index.ts +10 -0
- package/src/providers/wix/index.ts +10 -0
- package/src/providers/workable/index.ts +10 -0
- package/src/providers/yahoo_mail/index.ts +73 -0
- package/src/providers/zapier/index.ts +10 -0
- package/src/providers/zoho_mail/index.ts +79 -0
- package/src/secrets/document.ts +1 -1
- package/src/server/attachments.ts +129 -5
- package/src/server/index.ts +3 -3
- package/src/server/mcp/instructions.ts +88 -18
- package/src/server/stdio.ts +1 -1
|
@@ -0,0 +1,1743 @@
|
|
|
1
|
+
{
|
|
2
|
+
"openapi": "3.0.1",
|
|
3
|
+
"info": {
|
|
4
|
+
"contact": {
|
|
5
|
+
"x-twitter": "microsoft"
|
|
6
|
+
},
|
|
7
|
+
"description": "This OData service is located at https://graph.microsoft.com/v1.0",
|
|
8
|
+
"title": "OData Service for namespace microsoft.graph",
|
|
9
|
+
"version": "1.0.1",
|
|
10
|
+
"x-apisguru-categories": [
|
|
11
|
+
"developer_tools"
|
|
12
|
+
],
|
|
13
|
+
"x-logo": {
|
|
14
|
+
"url": "https://api.apis.guru/v2/cache/logo/https_twitter.com_microsoft_profile_image.png"
|
|
15
|
+
},
|
|
16
|
+
"x-ms-generated-by": {
|
|
17
|
+
"toolName": "Microsoft.OpenApi.OData",
|
|
18
|
+
"toolVersion": "1.0.9.0"
|
|
19
|
+
},
|
|
20
|
+
"x-origin": [
|
|
21
|
+
{
|
|
22
|
+
"format": "openapi",
|
|
23
|
+
"url": "https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml",
|
|
24
|
+
"version": "3.0"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"x-providerName": "microsoft.com",
|
|
28
|
+
"x-serviceName": "graph",
|
|
29
|
+
"x-tags": [
|
|
30
|
+
"Microsoft"
|
|
31
|
+
],
|
|
32
|
+
"x-preferred": true,
|
|
33
|
+
"x-vendored-from": "https://api.apis.guru/v2/specs/microsoft.com/graph/1.0.1/openapi.json",
|
|
34
|
+
"x-vendored-note": "Trimmed by src/providers/microsoft/specs/vendor.ts. Committed deliberately: a spec decides which paths are called with the operator token, so it must be reviewable rather than fetched at connect time."
|
|
35
|
+
},
|
|
36
|
+
"servers": [
|
|
37
|
+
{
|
|
38
|
+
"url": "https://graph.microsoft.com/v1.0"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"paths": {
|
|
42
|
+
"/me/calendarView": {
|
|
43
|
+
"description": "Provides operations to manage the calendarView property of the microsoft.graph.user entity.",
|
|
44
|
+
"get": {
|
|
45
|
+
"description": "The calendar view for the calendar. Read-only. Nullable.",
|
|
46
|
+
"externalDocs": {
|
|
47
|
+
"description": "Find more info here",
|
|
48
|
+
"url": "https://docs.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0"
|
|
49
|
+
},
|
|
50
|
+
"operationId": "me.ListCalendarView",
|
|
51
|
+
"parameters": [
|
|
52
|
+
{
|
|
53
|
+
"description": "The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00",
|
|
54
|
+
"in": "query",
|
|
55
|
+
"name": "startDateTime",
|
|
56
|
+
"required": true,
|
|
57
|
+
"schema": {
|
|
58
|
+
"type": "string"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"description": "The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00",
|
|
63
|
+
"in": "query",
|
|
64
|
+
"name": "endDateTime",
|
|
65
|
+
"required": true,
|
|
66
|
+
"schema": {
|
|
67
|
+
"type": "string"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"$ref": "#/components/parameters/top"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"$ref": "#/components/parameters/filter"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"description": "Order items by property values",
|
|
78
|
+
"explode": false,
|
|
79
|
+
"in": "query",
|
|
80
|
+
"name": "$orderby",
|
|
81
|
+
"schema": {
|
|
82
|
+
"items": {
|
|
83
|
+
"enum": [
|
|
84
|
+
"id",
|
|
85
|
+
"id desc",
|
|
86
|
+
"categories",
|
|
87
|
+
"categories desc",
|
|
88
|
+
"changeKey",
|
|
89
|
+
"changeKey desc",
|
|
90
|
+
"createdDateTime",
|
|
91
|
+
"createdDateTime desc",
|
|
92
|
+
"lastModifiedDateTime",
|
|
93
|
+
"lastModifiedDateTime desc",
|
|
94
|
+
"allowNewTimeProposals",
|
|
95
|
+
"allowNewTimeProposals desc",
|
|
96
|
+
"attendees",
|
|
97
|
+
"attendees desc",
|
|
98
|
+
"body",
|
|
99
|
+
"body desc",
|
|
100
|
+
"bodyPreview",
|
|
101
|
+
"bodyPreview desc",
|
|
102
|
+
"end",
|
|
103
|
+
"end desc",
|
|
104
|
+
"hasAttachments",
|
|
105
|
+
"hasAttachments desc",
|
|
106
|
+
"hideAttendees",
|
|
107
|
+
"hideAttendees desc",
|
|
108
|
+
"iCalUId",
|
|
109
|
+
"iCalUId desc",
|
|
110
|
+
"importance",
|
|
111
|
+
"importance desc",
|
|
112
|
+
"isAllDay",
|
|
113
|
+
"isAllDay desc",
|
|
114
|
+
"isCancelled",
|
|
115
|
+
"isCancelled desc",
|
|
116
|
+
"isDraft",
|
|
117
|
+
"isDraft desc",
|
|
118
|
+
"isOnlineMeeting",
|
|
119
|
+
"isOnlineMeeting desc",
|
|
120
|
+
"isOrganizer",
|
|
121
|
+
"isOrganizer desc",
|
|
122
|
+
"isReminderOn",
|
|
123
|
+
"isReminderOn desc",
|
|
124
|
+
"location",
|
|
125
|
+
"location desc",
|
|
126
|
+
"locations",
|
|
127
|
+
"locations desc",
|
|
128
|
+
"onlineMeeting",
|
|
129
|
+
"onlineMeeting desc",
|
|
130
|
+
"onlineMeetingProvider",
|
|
131
|
+
"onlineMeetingProvider desc",
|
|
132
|
+
"onlineMeetingUrl",
|
|
133
|
+
"onlineMeetingUrl desc",
|
|
134
|
+
"organizer",
|
|
135
|
+
"organizer desc",
|
|
136
|
+
"originalEndTimeZone",
|
|
137
|
+
"originalEndTimeZone desc",
|
|
138
|
+
"originalStart",
|
|
139
|
+
"originalStart desc",
|
|
140
|
+
"originalStartTimeZone",
|
|
141
|
+
"originalStartTimeZone desc",
|
|
142
|
+
"recurrence",
|
|
143
|
+
"recurrence desc",
|
|
144
|
+
"reminderMinutesBeforeStart",
|
|
145
|
+
"reminderMinutesBeforeStart desc",
|
|
146
|
+
"responseRequested",
|
|
147
|
+
"responseRequested desc",
|
|
148
|
+
"responseStatus",
|
|
149
|
+
"responseStatus desc",
|
|
150
|
+
"sensitivity",
|
|
151
|
+
"sensitivity desc",
|
|
152
|
+
"seriesMasterId",
|
|
153
|
+
"seriesMasterId desc",
|
|
154
|
+
"showAs",
|
|
155
|
+
"showAs desc",
|
|
156
|
+
"start",
|
|
157
|
+
"start desc",
|
|
158
|
+
"subject",
|
|
159
|
+
"subject desc",
|
|
160
|
+
"transactionId",
|
|
161
|
+
"transactionId desc",
|
|
162
|
+
"type",
|
|
163
|
+
"type desc",
|
|
164
|
+
"webLink",
|
|
165
|
+
"webLink desc"
|
|
166
|
+
],
|
|
167
|
+
"type": "string"
|
|
168
|
+
},
|
|
169
|
+
"type": "array",
|
|
170
|
+
"uniqueItems": true
|
|
171
|
+
},
|
|
172
|
+
"style": "form"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"description": "Select properties to be returned",
|
|
176
|
+
"explode": false,
|
|
177
|
+
"in": "query",
|
|
178
|
+
"name": "$select",
|
|
179
|
+
"schema": {
|
|
180
|
+
"items": {
|
|
181
|
+
"enum": [
|
|
182
|
+
"id",
|
|
183
|
+
"categories",
|
|
184
|
+
"changeKey",
|
|
185
|
+
"createdDateTime",
|
|
186
|
+
"lastModifiedDateTime",
|
|
187
|
+
"allowNewTimeProposals",
|
|
188
|
+
"attendees",
|
|
189
|
+
"body",
|
|
190
|
+
"bodyPreview",
|
|
191
|
+
"end",
|
|
192
|
+
"hasAttachments",
|
|
193
|
+
"hideAttendees",
|
|
194
|
+
"iCalUId",
|
|
195
|
+
"importance",
|
|
196
|
+
"isAllDay",
|
|
197
|
+
"isCancelled",
|
|
198
|
+
"isDraft",
|
|
199
|
+
"isOnlineMeeting",
|
|
200
|
+
"isOrganizer",
|
|
201
|
+
"isReminderOn",
|
|
202
|
+
"location",
|
|
203
|
+
"locations",
|
|
204
|
+
"onlineMeeting",
|
|
205
|
+
"onlineMeetingProvider",
|
|
206
|
+
"onlineMeetingUrl",
|
|
207
|
+
"organizer",
|
|
208
|
+
"originalEndTimeZone",
|
|
209
|
+
"originalStart",
|
|
210
|
+
"originalStartTimeZone",
|
|
211
|
+
"recurrence",
|
|
212
|
+
"reminderMinutesBeforeStart",
|
|
213
|
+
"responseRequested",
|
|
214
|
+
"responseStatus",
|
|
215
|
+
"sensitivity",
|
|
216
|
+
"seriesMasterId",
|
|
217
|
+
"showAs",
|
|
218
|
+
"start",
|
|
219
|
+
"subject",
|
|
220
|
+
"transactionId",
|
|
221
|
+
"type",
|
|
222
|
+
"webLink",
|
|
223
|
+
"attachments",
|
|
224
|
+
"calendar",
|
|
225
|
+
"extensions",
|
|
226
|
+
"instances",
|
|
227
|
+
"multiValueExtendedProperties",
|
|
228
|
+
"singleValueExtendedProperties"
|
|
229
|
+
],
|
|
230
|
+
"type": "string"
|
|
231
|
+
},
|
|
232
|
+
"type": "array",
|
|
233
|
+
"uniqueItems": true
|
|
234
|
+
},
|
|
235
|
+
"style": "form"
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"responses": {
|
|
239
|
+
"200": {
|
|
240
|
+
"description": "Success. The response body is returned verbatim."
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"summary": "Get calendarView from me",
|
|
244
|
+
"tags": [
|
|
245
|
+
"me.event"
|
|
246
|
+
],
|
|
247
|
+
"x-ms-docs-operation-type": "operation",
|
|
248
|
+
"x-ms-pageable": {
|
|
249
|
+
"nextLinkName": "@odata.nextLink",
|
|
250
|
+
"operationName": "listMore"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"/me/calendars": {
|
|
255
|
+
"description": "Provides operations to manage the calendars property of the microsoft.graph.user entity.",
|
|
256
|
+
"get": {
|
|
257
|
+
"description": "Get all the user's calendars (`/calendars` navigation property), get the calendars from the default calendar group or from a specific calendar group. ",
|
|
258
|
+
"externalDocs": {
|
|
259
|
+
"description": "Find more info here",
|
|
260
|
+
"url": "https://docs.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0"
|
|
261
|
+
},
|
|
262
|
+
"operationId": "me.ListCalendars",
|
|
263
|
+
"parameters": [
|
|
264
|
+
{
|
|
265
|
+
"$ref": "#/components/parameters/top"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"$ref": "#/components/parameters/filter"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"description": "Order items by property values",
|
|
272
|
+
"explode": false,
|
|
273
|
+
"in": "query",
|
|
274
|
+
"name": "$orderby",
|
|
275
|
+
"schema": {
|
|
276
|
+
"items": {
|
|
277
|
+
"enum": [
|
|
278
|
+
"id",
|
|
279
|
+
"id desc",
|
|
280
|
+
"allowedOnlineMeetingProviders",
|
|
281
|
+
"allowedOnlineMeetingProviders desc",
|
|
282
|
+
"canEdit",
|
|
283
|
+
"canEdit desc",
|
|
284
|
+
"canShare",
|
|
285
|
+
"canShare desc",
|
|
286
|
+
"canViewPrivateItems",
|
|
287
|
+
"canViewPrivateItems desc",
|
|
288
|
+
"changeKey",
|
|
289
|
+
"changeKey desc",
|
|
290
|
+
"color",
|
|
291
|
+
"color desc",
|
|
292
|
+
"defaultOnlineMeetingProvider",
|
|
293
|
+
"defaultOnlineMeetingProvider desc",
|
|
294
|
+
"hexColor",
|
|
295
|
+
"hexColor desc",
|
|
296
|
+
"isDefaultCalendar",
|
|
297
|
+
"isDefaultCalendar desc",
|
|
298
|
+
"isRemovable",
|
|
299
|
+
"isRemovable desc",
|
|
300
|
+
"isTallyingResponses",
|
|
301
|
+
"isTallyingResponses desc",
|
|
302
|
+
"name",
|
|
303
|
+
"name desc",
|
|
304
|
+
"owner",
|
|
305
|
+
"owner desc"
|
|
306
|
+
],
|
|
307
|
+
"type": "string"
|
|
308
|
+
},
|
|
309
|
+
"type": "array",
|
|
310
|
+
"uniqueItems": true
|
|
311
|
+
},
|
|
312
|
+
"style": "form"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"description": "Select properties to be returned",
|
|
316
|
+
"explode": false,
|
|
317
|
+
"in": "query",
|
|
318
|
+
"name": "$select",
|
|
319
|
+
"schema": {
|
|
320
|
+
"items": {
|
|
321
|
+
"enum": [
|
|
322
|
+
"id",
|
|
323
|
+
"allowedOnlineMeetingProviders",
|
|
324
|
+
"canEdit",
|
|
325
|
+
"canShare",
|
|
326
|
+
"canViewPrivateItems",
|
|
327
|
+
"changeKey",
|
|
328
|
+
"color",
|
|
329
|
+
"defaultOnlineMeetingProvider",
|
|
330
|
+
"hexColor",
|
|
331
|
+
"isDefaultCalendar",
|
|
332
|
+
"isRemovable",
|
|
333
|
+
"isTallyingResponses",
|
|
334
|
+
"name",
|
|
335
|
+
"owner",
|
|
336
|
+
"calendarPermissions",
|
|
337
|
+
"calendarView",
|
|
338
|
+
"events",
|
|
339
|
+
"multiValueExtendedProperties",
|
|
340
|
+
"singleValueExtendedProperties"
|
|
341
|
+
],
|
|
342
|
+
"type": "string"
|
|
343
|
+
},
|
|
344
|
+
"type": "array",
|
|
345
|
+
"uniqueItems": true
|
|
346
|
+
},
|
|
347
|
+
"style": "form"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"responses": {
|
|
351
|
+
"200": {
|
|
352
|
+
"description": "Success. The response body is returned verbatim."
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"summary": "List calendars",
|
|
356
|
+
"tags": [
|
|
357
|
+
"me.calendar"
|
|
358
|
+
],
|
|
359
|
+
"x-ms-docs-operation-type": "operation",
|
|
360
|
+
"x-ms-pageable": {
|
|
361
|
+
"nextLinkName": "@odata.nextLink",
|
|
362
|
+
"operationName": "listMore"
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
"/me/events": {
|
|
367
|
+
"description": "Provides operations to manage the events property of the microsoft.graph.user entity.",
|
|
368
|
+
"get": {
|
|
369
|
+
"description": "Get a list of event objects in the user's mailbox. The list contains single \ninstance meetings and series masters. To get expanded event instances, you can get the calendar view, or \nget the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:",
|
|
370
|
+
"externalDocs": {
|
|
371
|
+
"description": "Find more info here",
|
|
372
|
+
"url": "https://docs.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0"
|
|
373
|
+
},
|
|
374
|
+
"operationId": "me.ListEvents",
|
|
375
|
+
"parameters": [
|
|
376
|
+
{
|
|
377
|
+
"$ref": "#/components/parameters/top"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"$ref": "#/components/parameters/filter"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"description": "Order items by property values",
|
|
384
|
+
"explode": false,
|
|
385
|
+
"in": "query",
|
|
386
|
+
"name": "$orderby",
|
|
387
|
+
"schema": {
|
|
388
|
+
"items": {
|
|
389
|
+
"enum": [
|
|
390
|
+
"id",
|
|
391
|
+
"id desc",
|
|
392
|
+
"categories",
|
|
393
|
+
"categories desc",
|
|
394
|
+
"changeKey",
|
|
395
|
+
"changeKey desc",
|
|
396
|
+
"createdDateTime",
|
|
397
|
+
"createdDateTime desc",
|
|
398
|
+
"lastModifiedDateTime",
|
|
399
|
+
"lastModifiedDateTime desc",
|
|
400
|
+
"allowNewTimeProposals",
|
|
401
|
+
"allowNewTimeProposals desc",
|
|
402
|
+
"attendees",
|
|
403
|
+
"attendees desc",
|
|
404
|
+
"body",
|
|
405
|
+
"body desc",
|
|
406
|
+
"bodyPreview",
|
|
407
|
+
"bodyPreview desc",
|
|
408
|
+
"end",
|
|
409
|
+
"end desc",
|
|
410
|
+
"hasAttachments",
|
|
411
|
+
"hasAttachments desc",
|
|
412
|
+
"hideAttendees",
|
|
413
|
+
"hideAttendees desc",
|
|
414
|
+
"iCalUId",
|
|
415
|
+
"iCalUId desc",
|
|
416
|
+
"importance",
|
|
417
|
+
"importance desc",
|
|
418
|
+
"isAllDay",
|
|
419
|
+
"isAllDay desc",
|
|
420
|
+
"isCancelled",
|
|
421
|
+
"isCancelled desc",
|
|
422
|
+
"isDraft",
|
|
423
|
+
"isDraft desc",
|
|
424
|
+
"isOnlineMeeting",
|
|
425
|
+
"isOnlineMeeting desc",
|
|
426
|
+
"isOrganizer",
|
|
427
|
+
"isOrganizer desc",
|
|
428
|
+
"isReminderOn",
|
|
429
|
+
"isReminderOn desc",
|
|
430
|
+
"location",
|
|
431
|
+
"location desc",
|
|
432
|
+
"locations",
|
|
433
|
+
"locations desc",
|
|
434
|
+
"onlineMeeting",
|
|
435
|
+
"onlineMeeting desc",
|
|
436
|
+
"onlineMeetingProvider",
|
|
437
|
+
"onlineMeetingProvider desc",
|
|
438
|
+
"onlineMeetingUrl",
|
|
439
|
+
"onlineMeetingUrl desc",
|
|
440
|
+
"organizer",
|
|
441
|
+
"organizer desc",
|
|
442
|
+
"originalEndTimeZone",
|
|
443
|
+
"originalEndTimeZone desc",
|
|
444
|
+
"originalStart",
|
|
445
|
+
"originalStart desc",
|
|
446
|
+
"originalStartTimeZone",
|
|
447
|
+
"originalStartTimeZone desc",
|
|
448
|
+
"recurrence",
|
|
449
|
+
"recurrence desc",
|
|
450
|
+
"reminderMinutesBeforeStart",
|
|
451
|
+
"reminderMinutesBeforeStart desc",
|
|
452
|
+
"responseRequested",
|
|
453
|
+
"responseRequested desc",
|
|
454
|
+
"responseStatus",
|
|
455
|
+
"responseStatus desc",
|
|
456
|
+
"sensitivity",
|
|
457
|
+
"sensitivity desc",
|
|
458
|
+
"seriesMasterId",
|
|
459
|
+
"seriesMasterId desc",
|
|
460
|
+
"showAs",
|
|
461
|
+
"showAs desc",
|
|
462
|
+
"start",
|
|
463
|
+
"start desc",
|
|
464
|
+
"subject",
|
|
465
|
+
"subject desc",
|
|
466
|
+
"transactionId",
|
|
467
|
+
"transactionId desc",
|
|
468
|
+
"type",
|
|
469
|
+
"type desc",
|
|
470
|
+
"webLink",
|
|
471
|
+
"webLink desc"
|
|
472
|
+
],
|
|
473
|
+
"type": "string"
|
|
474
|
+
},
|
|
475
|
+
"type": "array",
|
|
476
|
+
"uniqueItems": true
|
|
477
|
+
},
|
|
478
|
+
"style": "form"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"description": "Select properties to be returned",
|
|
482
|
+
"explode": false,
|
|
483
|
+
"in": "query",
|
|
484
|
+
"name": "$select",
|
|
485
|
+
"schema": {
|
|
486
|
+
"items": {
|
|
487
|
+
"enum": [
|
|
488
|
+
"id",
|
|
489
|
+
"categories",
|
|
490
|
+
"changeKey",
|
|
491
|
+
"createdDateTime",
|
|
492
|
+
"lastModifiedDateTime",
|
|
493
|
+
"allowNewTimeProposals",
|
|
494
|
+
"attendees",
|
|
495
|
+
"body",
|
|
496
|
+
"bodyPreview",
|
|
497
|
+
"end",
|
|
498
|
+
"hasAttachments",
|
|
499
|
+
"hideAttendees",
|
|
500
|
+
"iCalUId",
|
|
501
|
+
"importance",
|
|
502
|
+
"isAllDay",
|
|
503
|
+
"isCancelled",
|
|
504
|
+
"isDraft",
|
|
505
|
+
"isOnlineMeeting",
|
|
506
|
+
"isOrganizer",
|
|
507
|
+
"isReminderOn",
|
|
508
|
+
"location",
|
|
509
|
+
"locations",
|
|
510
|
+
"onlineMeeting",
|
|
511
|
+
"onlineMeetingProvider",
|
|
512
|
+
"onlineMeetingUrl",
|
|
513
|
+
"organizer",
|
|
514
|
+
"originalEndTimeZone",
|
|
515
|
+
"originalStart",
|
|
516
|
+
"originalStartTimeZone",
|
|
517
|
+
"recurrence",
|
|
518
|
+
"reminderMinutesBeforeStart",
|
|
519
|
+
"responseRequested",
|
|
520
|
+
"responseStatus",
|
|
521
|
+
"sensitivity",
|
|
522
|
+
"seriesMasterId",
|
|
523
|
+
"showAs",
|
|
524
|
+
"start",
|
|
525
|
+
"subject",
|
|
526
|
+
"transactionId",
|
|
527
|
+
"type",
|
|
528
|
+
"webLink",
|
|
529
|
+
"attachments",
|
|
530
|
+
"calendar",
|
|
531
|
+
"extensions",
|
|
532
|
+
"instances",
|
|
533
|
+
"multiValueExtendedProperties",
|
|
534
|
+
"singleValueExtendedProperties"
|
|
535
|
+
],
|
|
536
|
+
"type": "string"
|
|
537
|
+
},
|
|
538
|
+
"type": "array",
|
|
539
|
+
"uniqueItems": true
|
|
540
|
+
},
|
|
541
|
+
"style": "form"
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"responses": {
|
|
545
|
+
"200": {
|
|
546
|
+
"description": "Success. The response body is returned verbatim."
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"summary": "List events",
|
|
550
|
+
"tags": [
|
|
551
|
+
"me.event"
|
|
552
|
+
],
|
|
553
|
+
"x-ms-docs-operation-type": "operation",
|
|
554
|
+
"x-ms-pageable": {
|
|
555
|
+
"nextLinkName": "@odata.nextLink",
|
|
556
|
+
"operationName": "listMore"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"post": {
|
|
560
|
+
"description": "Create an event in the user's default calendar or specified calendar. By default, the **allowNewTimeProposals** property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because the \n**start** and **end** properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. **Setting the location in an event** An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipment \nlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejects \nthe meeting request based on the free/busy schedule of the resource. \nIf the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled, \nthe server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executives\nor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource:",
|
|
561
|
+
"externalDocs": {
|
|
562
|
+
"description": "Find more info here",
|
|
563
|
+
"url": "https://docs.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0"
|
|
564
|
+
},
|
|
565
|
+
"operationId": "me.CreateEvents",
|
|
566
|
+
"requestBody": {
|
|
567
|
+
"content": {
|
|
568
|
+
"application/json": {
|
|
569
|
+
"schema": {
|
|
570
|
+
"type": "object",
|
|
571
|
+
"description": "The fields this call writes. A message carries far more, and the rest is computed by Graph rather than set here.",
|
|
572
|
+
"properties": {
|
|
573
|
+
"subject": {
|
|
574
|
+
"nullable": true,
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
"body": {
|
|
578
|
+
"anyOf": [
|
|
579
|
+
{
|
|
580
|
+
"$ref": "#/components/schemas/microsoft.graph.itemBody"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"nullable": true,
|
|
584
|
+
"type": "object"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"description": "The body of the message associated with the event. It can be in HTML or text format."
|
|
588
|
+
},
|
|
589
|
+
"start": {
|
|
590
|
+
"anyOf": [
|
|
591
|
+
{
|
|
592
|
+
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"nullable": true,
|
|
596
|
+
"type": "object"
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
"end": {
|
|
601
|
+
"anyOf": [
|
|
602
|
+
{
|
|
603
|
+
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"nullable": true,
|
|
607
|
+
"type": "object"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"description": "The date, time, and time zone that the event ends. By default, the end time is in UTC."
|
|
611
|
+
},
|
|
612
|
+
"location": {
|
|
613
|
+
"anyOf": [
|
|
614
|
+
{
|
|
615
|
+
"$ref": "#/components/schemas/microsoft.graph.location"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"nullable": true,
|
|
619
|
+
"type": "object"
|
|
620
|
+
}
|
|
621
|
+
]
|
|
622
|
+
},
|
|
623
|
+
"attendees": {
|
|
624
|
+
"description": "The collection of attendees for the event.",
|
|
625
|
+
"items": {
|
|
626
|
+
"anyOf": [
|
|
627
|
+
{
|
|
628
|
+
"$ref": "#/components/schemas/microsoft.graph.attendee"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"nullable": true,
|
|
632
|
+
"type": "object"
|
|
633
|
+
}
|
|
634
|
+
]
|
|
635
|
+
},
|
|
636
|
+
"type": "array"
|
|
637
|
+
},
|
|
638
|
+
"isAllDay": {
|
|
639
|
+
"nullable": true,
|
|
640
|
+
"type": "boolean"
|
|
641
|
+
},
|
|
642
|
+
"isOnlineMeeting": {
|
|
643
|
+
"nullable": true,
|
|
644
|
+
"type": "boolean"
|
|
645
|
+
},
|
|
646
|
+
"reminderMinutesBeforeStart": {
|
|
647
|
+
"format": "int32",
|
|
648
|
+
"maximum": 2147483647,
|
|
649
|
+
"minimum": -2147483648,
|
|
650
|
+
"nullable": true,
|
|
651
|
+
"type": "integer"
|
|
652
|
+
},
|
|
653
|
+
"showAs": {
|
|
654
|
+
"anyOf": [
|
|
655
|
+
{
|
|
656
|
+
"$ref": "#/components/schemas/microsoft.graph.freeBusyStatus"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"nullable": true,
|
|
660
|
+
"type": "object"
|
|
661
|
+
}
|
|
662
|
+
]
|
|
663
|
+
},
|
|
664
|
+
"recurrence": {
|
|
665
|
+
"anyOf": [
|
|
666
|
+
{
|
|
667
|
+
"$ref": "#/components/schemas/microsoft.graph.patternedRecurrence"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"nullable": true,
|
|
671
|
+
"type": "object"
|
|
672
|
+
}
|
|
673
|
+
]
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"required": [
|
|
677
|
+
"subject",
|
|
678
|
+
"body",
|
|
679
|
+
"start",
|
|
680
|
+
"end",
|
|
681
|
+
"location",
|
|
682
|
+
"attendees",
|
|
683
|
+
"isAllDay",
|
|
684
|
+
"isOnlineMeeting",
|
|
685
|
+
"reminderMinutesBeforeStart",
|
|
686
|
+
"showAs",
|
|
687
|
+
"recurrence"
|
|
688
|
+
]
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"description": "New navigation property",
|
|
693
|
+
"required": true
|
|
694
|
+
},
|
|
695
|
+
"responses": {
|
|
696
|
+
"200": {
|
|
697
|
+
"description": "Success. The response body is returned verbatim."
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"summary": "Create Event",
|
|
701
|
+
"tags": [
|
|
702
|
+
"me.event"
|
|
703
|
+
],
|
|
704
|
+
"x-ms-docs-operation-type": "operation"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"/me/events/{event-id}": {
|
|
708
|
+
"delete": {
|
|
709
|
+
"operationId": "me.DeleteEvents",
|
|
710
|
+
"parameters": [
|
|
711
|
+
{
|
|
712
|
+
"description": "key: id of event",
|
|
713
|
+
"in": "path",
|
|
714
|
+
"name": "event-id",
|
|
715
|
+
"required": true,
|
|
716
|
+
"schema": {
|
|
717
|
+
"type": "string"
|
|
718
|
+
},
|
|
719
|
+
"x-ms-docs-key-type": "event"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"description": "ETag",
|
|
723
|
+
"in": "header",
|
|
724
|
+
"name": "If-Match",
|
|
725
|
+
"schema": {
|
|
726
|
+
"type": "string"
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
],
|
|
730
|
+
"responses": {
|
|
731
|
+
"200": {
|
|
732
|
+
"description": "Success. The response body is returned verbatim."
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"summary": "Delete navigation property events for me",
|
|
736
|
+
"tags": [
|
|
737
|
+
"me.event"
|
|
738
|
+
],
|
|
739
|
+
"x-ms-docs-operation-type": "operation"
|
|
740
|
+
},
|
|
741
|
+
"description": "Provides operations to manage the events property of the microsoft.graph.user entity.",
|
|
742
|
+
"get": {
|
|
743
|
+
"description": "The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.",
|
|
744
|
+
"operationId": "me.GetEvents",
|
|
745
|
+
"parameters": [
|
|
746
|
+
{
|
|
747
|
+
"description": "key: id of event",
|
|
748
|
+
"in": "path",
|
|
749
|
+
"name": "event-id",
|
|
750
|
+
"required": true,
|
|
751
|
+
"schema": {
|
|
752
|
+
"type": "string"
|
|
753
|
+
},
|
|
754
|
+
"x-ms-docs-key-type": "event"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"description": "Select properties to be returned",
|
|
758
|
+
"explode": false,
|
|
759
|
+
"in": "query",
|
|
760
|
+
"name": "$select",
|
|
761
|
+
"schema": {
|
|
762
|
+
"items": {
|
|
763
|
+
"enum": [
|
|
764
|
+
"id",
|
|
765
|
+
"categories",
|
|
766
|
+
"changeKey",
|
|
767
|
+
"createdDateTime",
|
|
768
|
+
"lastModifiedDateTime",
|
|
769
|
+
"allowNewTimeProposals",
|
|
770
|
+
"attendees",
|
|
771
|
+
"body",
|
|
772
|
+
"bodyPreview",
|
|
773
|
+
"end",
|
|
774
|
+
"hasAttachments",
|
|
775
|
+
"hideAttendees",
|
|
776
|
+
"iCalUId",
|
|
777
|
+
"importance",
|
|
778
|
+
"isAllDay",
|
|
779
|
+
"isCancelled",
|
|
780
|
+
"isDraft",
|
|
781
|
+
"isOnlineMeeting",
|
|
782
|
+
"isOrganizer",
|
|
783
|
+
"isReminderOn",
|
|
784
|
+
"location",
|
|
785
|
+
"locations",
|
|
786
|
+
"onlineMeeting",
|
|
787
|
+
"onlineMeetingProvider",
|
|
788
|
+
"onlineMeetingUrl",
|
|
789
|
+
"organizer",
|
|
790
|
+
"originalEndTimeZone",
|
|
791
|
+
"originalStart",
|
|
792
|
+
"originalStartTimeZone",
|
|
793
|
+
"recurrence",
|
|
794
|
+
"reminderMinutesBeforeStart",
|
|
795
|
+
"responseRequested",
|
|
796
|
+
"responseStatus",
|
|
797
|
+
"sensitivity",
|
|
798
|
+
"seriesMasterId",
|
|
799
|
+
"showAs",
|
|
800
|
+
"start",
|
|
801
|
+
"subject",
|
|
802
|
+
"transactionId",
|
|
803
|
+
"type",
|
|
804
|
+
"webLink",
|
|
805
|
+
"attachments",
|
|
806
|
+
"calendar",
|
|
807
|
+
"extensions",
|
|
808
|
+
"instances",
|
|
809
|
+
"multiValueExtendedProperties",
|
|
810
|
+
"singleValueExtendedProperties"
|
|
811
|
+
],
|
|
812
|
+
"type": "string"
|
|
813
|
+
},
|
|
814
|
+
"type": "array",
|
|
815
|
+
"uniqueItems": true
|
|
816
|
+
},
|
|
817
|
+
"style": "form"
|
|
818
|
+
}
|
|
819
|
+
],
|
|
820
|
+
"responses": {
|
|
821
|
+
"200": {
|
|
822
|
+
"description": "Success. The response body is returned verbatim."
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"summary": "Get events from me",
|
|
826
|
+
"tags": [
|
|
827
|
+
"me.event"
|
|
828
|
+
],
|
|
829
|
+
"x-ms-docs-operation-type": "operation"
|
|
830
|
+
},
|
|
831
|
+
"patch": {
|
|
832
|
+
"operationId": "me.UpdateEvents",
|
|
833
|
+
"requestBody": {
|
|
834
|
+
"content": {
|
|
835
|
+
"application/json": {
|
|
836
|
+
"schema": {
|
|
837
|
+
"type": "object",
|
|
838
|
+
"description": "The fields this call writes. A message carries far more, and the rest is computed by Graph rather than set here.",
|
|
839
|
+
"properties": {
|
|
840
|
+
"subject": {
|
|
841
|
+
"nullable": true,
|
|
842
|
+
"type": "string"
|
|
843
|
+
},
|
|
844
|
+
"body": {
|
|
845
|
+
"anyOf": [
|
|
846
|
+
{
|
|
847
|
+
"$ref": "#/components/schemas/microsoft.graph.itemBody"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"nullable": true,
|
|
851
|
+
"type": "object"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"description": "The body of the message associated with the event. It can be in HTML or text format."
|
|
855
|
+
},
|
|
856
|
+
"start": {
|
|
857
|
+
"anyOf": [
|
|
858
|
+
{
|
|
859
|
+
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"nullable": true,
|
|
863
|
+
"type": "object"
|
|
864
|
+
}
|
|
865
|
+
]
|
|
866
|
+
},
|
|
867
|
+
"end": {
|
|
868
|
+
"anyOf": [
|
|
869
|
+
{
|
|
870
|
+
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"nullable": true,
|
|
874
|
+
"type": "object"
|
|
875
|
+
}
|
|
876
|
+
],
|
|
877
|
+
"description": "The date, time, and time zone that the event ends. By default, the end time is in UTC."
|
|
878
|
+
},
|
|
879
|
+
"location": {
|
|
880
|
+
"anyOf": [
|
|
881
|
+
{
|
|
882
|
+
"$ref": "#/components/schemas/microsoft.graph.location"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"nullable": true,
|
|
886
|
+
"type": "object"
|
|
887
|
+
}
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
"attendees": {
|
|
891
|
+
"description": "The collection of attendees for the event.",
|
|
892
|
+
"items": {
|
|
893
|
+
"anyOf": [
|
|
894
|
+
{
|
|
895
|
+
"$ref": "#/components/schemas/microsoft.graph.attendee"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"nullable": true,
|
|
899
|
+
"type": "object"
|
|
900
|
+
}
|
|
901
|
+
]
|
|
902
|
+
},
|
|
903
|
+
"type": "array"
|
|
904
|
+
},
|
|
905
|
+
"isAllDay": {
|
|
906
|
+
"nullable": true,
|
|
907
|
+
"type": "boolean"
|
|
908
|
+
},
|
|
909
|
+
"isOnlineMeeting": {
|
|
910
|
+
"nullable": true,
|
|
911
|
+
"type": "boolean"
|
|
912
|
+
},
|
|
913
|
+
"reminderMinutesBeforeStart": {
|
|
914
|
+
"format": "int32",
|
|
915
|
+
"maximum": 2147483647,
|
|
916
|
+
"minimum": -2147483648,
|
|
917
|
+
"nullable": true,
|
|
918
|
+
"type": "integer"
|
|
919
|
+
},
|
|
920
|
+
"showAs": {
|
|
921
|
+
"anyOf": [
|
|
922
|
+
{
|
|
923
|
+
"$ref": "#/components/schemas/microsoft.graph.freeBusyStatus"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"nullable": true,
|
|
927
|
+
"type": "object"
|
|
928
|
+
}
|
|
929
|
+
]
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
"required": [
|
|
933
|
+
"subject",
|
|
934
|
+
"body",
|
|
935
|
+
"start",
|
|
936
|
+
"end",
|
|
937
|
+
"location",
|
|
938
|
+
"attendees",
|
|
939
|
+
"isAllDay",
|
|
940
|
+
"isOnlineMeeting",
|
|
941
|
+
"reminderMinutesBeforeStart",
|
|
942
|
+
"showAs"
|
|
943
|
+
]
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"description": "New navigation property values",
|
|
948
|
+
"required": true
|
|
949
|
+
},
|
|
950
|
+
"responses": {
|
|
951
|
+
"200": {
|
|
952
|
+
"description": "Success. The response body is returned verbatim."
|
|
953
|
+
}
|
|
954
|
+
},
|
|
955
|
+
"summary": "Update the navigation property events in me",
|
|
956
|
+
"tags": [
|
|
957
|
+
"me.event"
|
|
958
|
+
],
|
|
959
|
+
"x-ms-docs-operation-type": "operation",
|
|
960
|
+
"parameters": [
|
|
961
|
+
{
|
|
962
|
+
"description": "key: id of event",
|
|
963
|
+
"in": "path",
|
|
964
|
+
"name": "event-id",
|
|
965
|
+
"required": true,
|
|
966
|
+
"schema": {
|
|
967
|
+
"type": "string"
|
|
968
|
+
},
|
|
969
|
+
"x-ms-docs-key-type": "event"
|
|
970
|
+
}
|
|
971
|
+
]
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
},
|
|
975
|
+
"components": {
|
|
976
|
+
"parameters": {
|
|
977
|
+
"filter": {
|
|
978
|
+
"description": "Filter items by property values",
|
|
979
|
+
"explode": false,
|
|
980
|
+
"in": "query",
|
|
981
|
+
"name": "$filter",
|
|
982
|
+
"schema": {
|
|
983
|
+
"type": "string"
|
|
984
|
+
},
|
|
985
|
+
"style": "form"
|
|
986
|
+
},
|
|
987
|
+
"top": {
|
|
988
|
+
"description": "Show only the first n items",
|
|
989
|
+
"example": 50,
|
|
990
|
+
"explode": false,
|
|
991
|
+
"in": "query",
|
|
992
|
+
"name": "$top",
|
|
993
|
+
"schema": {
|
|
994
|
+
"minimum": 0,
|
|
995
|
+
"type": "integer"
|
|
996
|
+
},
|
|
997
|
+
"style": "form"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"schemas": {
|
|
1001
|
+
"ReferenceNumeric": {
|
|
1002
|
+
"enum": [
|
|
1003
|
+
"-INF",
|
|
1004
|
+
"INF",
|
|
1005
|
+
"NaN"
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
"microsoft.graph.attendee": {
|
|
1009
|
+
"allOf": [
|
|
1010
|
+
{
|
|
1011
|
+
"$ref": "#/components/schemas/microsoft.graph.attendeeBase"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"properties": {
|
|
1015
|
+
"@odata.type": {
|
|
1016
|
+
"default": "#microsoft.graph.attendee",
|
|
1017
|
+
"type": "string"
|
|
1018
|
+
},
|
|
1019
|
+
"proposedNewTime": {
|
|
1020
|
+
"anyOf": [
|
|
1021
|
+
{
|
|
1022
|
+
"$ref": "#/components/schemas/microsoft.graph.timeSlot"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"nullable": true,
|
|
1026
|
+
"type": "object"
|
|
1027
|
+
}
|
|
1028
|
+
],
|
|
1029
|
+
"description": "An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event."
|
|
1030
|
+
},
|
|
1031
|
+
"status": {
|
|
1032
|
+
"anyOf": [
|
|
1033
|
+
{
|
|
1034
|
+
"$ref": "#/components/schemas/microsoft.graph.responseStatus"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"nullable": true,
|
|
1038
|
+
"type": "object"
|
|
1039
|
+
}
|
|
1040
|
+
],
|
|
1041
|
+
"description": "The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent."
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
"required": [
|
|
1045
|
+
"@odata.type"
|
|
1046
|
+
],
|
|
1047
|
+
"title": "attendee",
|
|
1048
|
+
"type": "object"
|
|
1049
|
+
}
|
|
1050
|
+
],
|
|
1051
|
+
"x-ms-discriminator-value": "#microsoft.graph.attendee"
|
|
1052
|
+
},
|
|
1053
|
+
"microsoft.graph.attendeeBase": {
|
|
1054
|
+
"allOf": [
|
|
1055
|
+
{
|
|
1056
|
+
"$ref": "#/components/schemas/microsoft.graph.recipient"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"discriminator": {
|
|
1060
|
+
"mapping": {
|
|
1061
|
+
"#microsoft.graph.attendee": "#/components/schemas/microsoft.graph.attendee"
|
|
1062
|
+
},
|
|
1063
|
+
"propertyName": "@odata.type"
|
|
1064
|
+
},
|
|
1065
|
+
"properties": {
|
|
1066
|
+
"@odata.type": {
|
|
1067
|
+
"default": "#microsoft.graph.attendeeBase",
|
|
1068
|
+
"type": "string"
|
|
1069
|
+
},
|
|
1070
|
+
"type": {
|
|
1071
|
+
"anyOf": [
|
|
1072
|
+
{
|
|
1073
|
+
"$ref": "#/components/schemas/microsoft.graph.attendeeType"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"nullable": true,
|
|
1077
|
+
"type": "object"
|
|
1078
|
+
}
|
|
1079
|
+
],
|
|
1080
|
+
"description": "The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type."
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"required": [
|
|
1084
|
+
"@odata.type"
|
|
1085
|
+
],
|
|
1086
|
+
"title": "attendeeBase",
|
|
1087
|
+
"type": "object"
|
|
1088
|
+
}
|
|
1089
|
+
]
|
|
1090
|
+
},
|
|
1091
|
+
"microsoft.graph.attendeeType": {
|
|
1092
|
+
"enum": [
|
|
1093
|
+
"required",
|
|
1094
|
+
"optional",
|
|
1095
|
+
"resource"
|
|
1096
|
+
],
|
|
1097
|
+
"title": "attendeeType",
|
|
1098
|
+
"type": "string"
|
|
1099
|
+
},
|
|
1100
|
+
"microsoft.graph.bodyType": {
|
|
1101
|
+
"enum": [
|
|
1102
|
+
"text",
|
|
1103
|
+
"html"
|
|
1104
|
+
],
|
|
1105
|
+
"title": "bodyType",
|
|
1106
|
+
"type": "string"
|
|
1107
|
+
},
|
|
1108
|
+
"microsoft.graph.dateTimeTimeZone": {
|
|
1109
|
+
"properties": {
|
|
1110
|
+
"@odata.type": {
|
|
1111
|
+
"type": "string"
|
|
1112
|
+
},
|
|
1113
|
+
"dateTime": {
|
|
1114
|
+
"description": "A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).",
|
|
1115
|
+
"type": "string"
|
|
1116
|
+
},
|
|
1117
|
+
"timeZone": {
|
|
1118
|
+
"description": "Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.",
|
|
1119
|
+
"nullable": true,
|
|
1120
|
+
"type": "string"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
"required": [
|
|
1124
|
+
"@odata.type"
|
|
1125
|
+
],
|
|
1126
|
+
"title": "dateTimeTimeZone",
|
|
1127
|
+
"type": "object"
|
|
1128
|
+
},
|
|
1129
|
+
"microsoft.graph.dayOfWeek": {
|
|
1130
|
+
"enum": [
|
|
1131
|
+
"sunday",
|
|
1132
|
+
"monday",
|
|
1133
|
+
"tuesday",
|
|
1134
|
+
"wednesday",
|
|
1135
|
+
"thursday",
|
|
1136
|
+
"friday",
|
|
1137
|
+
"saturday"
|
|
1138
|
+
],
|
|
1139
|
+
"title": "dayOfWeek",
|
|
1140
|
+
"type": "string"
|
|
1141
|
+
},
|
|
1142
|
+
"microsoft.graph.emailAddress": {
|
|
1143
|
+
"properties": {
|
|
1144
|
+
"@odata.type": {
|
|
1145
|
+
"type": "string"
|
|
1146
|
+
},
|
|
1147
|
+
"address": {
|
|
1148
|
+
"description": "The email address of the person or entity.",
|
|
1149
|
+
"nullable": true,
|
|
1150
|
+
"type": "string"
|
|
1151
|
+
},
|
|
1152
|
+
"name": {
|
|
1153
|
+
"description": "The display name of the person or entity.",
|
|
1154
|
+
"nullable": true,
|
|
1155
|
+
"type": "string"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"required": [
|
|
1159
|
+
"@odata.type"
|
|
1160
|
+
],
|
|
1161
|
+
"title": "emailAddress",
|
|
1162
|
+
"type": "object"
|
|
1163
|
+
},
|
|
1164
|
+
"microsoft.graph.freeBusyStatus": {
|
|
1165
|
+
"enum": [
|
|
1166
|
+
"unknown",
|
|
1167
|
+
"free",
|
|
1168
|
+
"tentative",
|
|
1169
|
+
"busy",
|
|
1170
|
+
"oof",
|
|
1171
|
+
"workingElsewhere"
|
|
1172
|
+
],
|
|
1173
|
+
"title": "freeBusyStatus",
|
|
1174
|
+
"type": "string"
|
|
1175
|
+
},
|
|
1176
|
+
"microsoft.graph.itemBody": {
|
|
1177
|
+
"properties": {
|
|
1178
|
+
"@odata.type": {
|
|
1179
|
+
"type": "string"
|
|
1180
|
+
},
|
|
1181
|
+
"content": {
|
|
1182
|
+
"description": "The content of the item.",
|
|
1183
|
+
"nullable": true,
|
|
1184
|
+
"type": "string"
|
|
1185
|
+
},
|
|
1186
|
+
"contentType": {
|
|
1187
|
+
"anyOf": [
|
|
1188
|
+
{
|
|
1189
|
+
"$ref": "#/components/schemas/microsoft.graph.bodyType"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"nullable": true,
|
|
1193
|
+
"type": "object"
|
|
1194
|
+
}
|
|
1195
|
+
],
|
|
1196
|
+
"description": "The type of the content. Possible values are text and html."
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"required": [
|
|
1200
|
+
"@odata.type"
|
|
1201
|
+
],
|
|
1202
|
+
"title": "itemBody",
|
|
1203
|
+
"type": "object"
|
|
1204
|
+
},
|
|
1205
|
+
"microsoft.graph.location": {
|
|
1206
|
+
"discriminator": {
|
|
1207
|
+
"mapping": {
|
|
1208
|
+
"#microsoft.graph.locationConstraintItem": "#/components/schemas/microsoft.graph.locationConstraintItem"
|
|
1209
|
+
},
|
|
1210
|
+
"propertyName": "@odata.type"
|
|
1211
|
+
},
|
|
1212
|
+
"properties": {
|
|
1213
|
+
"@odata.type": {
|
|
1214
|
+
"type": "string"
|
|
1215
|
+
},
|
|
1216
|
+
"address": {
|
|
1217
|
+
"anyOf": [
|
|
1218
|
+
{
|
|
1219
|
+
"$ref": "#/components/schemas/microsoft.graph.physicalAddress"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"nullable": true,
|
|
1223
|
+
"type": "object"
|
|
1224
|
+
}
|
|
1225
|
+
],
|
|
1226
|
+
"description": "The street address of the location."
|
|
1227
|
+
},
|
|
1228
|
+
"coordinates": {
|
|
1229
|
+
"anyOf": [
|
|
1230
|
+
{
|
|
1231
|
+
"$ref": "#/components/schemas/microsoft.graph.outlookGeoCoordinates"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"nullable": true,
|
|
1235
|
+
"type": "object"
|
|
1236
|
+
}
|
|
1237
|
+
],
|
|
1238
|
+
"description": "The geographic coordinates and elevation of the location."
|
|
1239
|
+
},
|
|
1240
|
+
"displayName": {
|
|
1241
|
+
"description": "The name associated with the location.",
|
|
1242
|
+
"nullable": true,
|
|
1243
|
+
"type": "string"
|
|
1244
|
+
},
|
|
1245
|
+
"locationEmailAddress": {
|
|
1246
|
+
"description": "Optional email address of the location.",
|
|
1247
|
+
"nullable": true,
|
|
1248
|
+
"type": "string"
|
|
1249
|
+
},
|
|
1250
|
+
"locationType": {
|
|
1251
|
+
"anyOf": [
|
|
1252
|
+
{
|
|
1253
|
+
"$ref": "#/components/schemas/microsoft.graph.locationType"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"nullable": true,
|
|
1257
|
+
"type": "object"
|
|
1258
|
+
}
|
|
1259
|
+
],
|
|
1260
|
+
"description": "The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only."
|
|
1261
|
+
},
|
|
1262
|
+
"locationUri": {
|
|
1263
|
+
"description": "Optional URI representing the location.",
|
|
1264
|
+
"nullable": true,
|
|
1265
|
+
"type": "string"
|
|
1266
|
+
},
|
|
1267
|
+
"uniqueId": {
|
|
1268
|
+
"description": "For internal use only.",
|
|
1269
|
+
"nullable": true,
|
|
1270
|
+
"type": "string"
|
|
1271
|
+
},
|
|
1272
|
+
"uniqueIdType": {
|
|
1273
|
+
"anyOf": [
|
|
1274
|
+
{
|
|
1275
|
+
"$ref": "#/components/schemas/microsoft.graph.locationUniqueIdType"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"nullable": true,
|
|
1279
|
+
"type": "object"
|
|
1280
|
+
}
|
|
1281
|
+
],
|
|
1282
|
+
"description": "For internal use only."
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
"required": [
|
|
1286
|
+
"@odata.type"
|
|
1287
|
+
],
|
|
1288
|
+
"title": "location",
|
|
1289
|
+
"type": "object"
|
|
1290
|
+
},
|
|
1291
|
+
"microsoft.graph.locationType": {
|
|
1292
|
+
"enum": [
|
|
1293
|
+
"default",
|
|
1294
|
+
"conferenceRoom",
|
|
1295
|
+
"homeAddress",
|
|
1296
|
+
"businessAddress",
|
|
1297
|
+
"geoCoordinates",
|
|
1298
|
+
"streetAddress",
|
|
1299
|
+
"hotel",
|
|
1300
|
+
"restaurant",
|
|
1301
|
+
"localBusiness",
|
|
1302
|
+
"postalAddress"
|
|
1303
|
+
],
|
|
1304
|
+
"title": "locationType",
|
|
1305
|
+
"type": "string"
|
|
1306
|
+
},
|
|
1307
|
+
"microsoft.graph.locationUniqueIdType": {
|
|
1308
|
+
"enum": [
|
|
1309
|
+
"unknown",
|
|
1310
|
+
"locationStore",
|
|
1311
|
+
"directory",
|
|
1312
|
+
"private",
|
|
1313
|
+
"bing"
|
|
1314
|
+
],
|
|
1315
|
+
"title": "locationUniqueIdType",
|
|
1316
|
+
"type": "string"
|
|
1317
|
+
},
|
|
1318
|
+
"microsoft.graph.outlookGeoCoordinates": {
|
|
1319
|
+
"properties": {
|
|
1320
|
+
"@odata.type": {
|
|
1321
|
+
"type": "string"
|
|
1322
|
+
},
|
|
1323
|
+
"accuracy": {
|
|
1324
|
+
"description": "The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.",
|
|
1325
|
+
"nullable": true,
|
|
1326
|
+
"oneOf": [
|
|
1327
|
+
{
|
|
1328
|
+
"format": "double",
|
|
1329
|
+
"type": "number"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"type": "string"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"$ref": "#/components/schemas/ReferenceNumeric"
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1338
|
+
},
|
|
1339
|
+
"altitude": {
|
|
1340
|
+
"description": "The altitude of the location.",
|
|
1341
|
+
"nullable": true,
|
|
1342
|
+
"oneOf": [
|
|
1343
|
+
{
|
|
1344
|
+
"format": "double",
|
|
1345
|
+
"type": "number"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"type": "string"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"$ref": "#/components/schemas/ReferenceNumeric"
|
|
1352
|
+
}
|
|
1353
|
+
]
|
|
1354
|
+
},
|
|
1355
|
+
"altitudeAccuracy": {
|
|
1356
|
+
"description": "The accuracy of the altitude.",
|
|
1357
|
+
"nullable": true,
|
|
1358
|
+
"oneOf": [
|
|
1359
|
+
{
|
|
1360
|
+
"format": "double",
|
|
1361
|
+
"type": "number"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"type": "string"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"$ref": "#/components/schemas/ReferenceNumeric"
|
|
1368
|
+
}
|
|
1369
|
+
]
|
|
1370
|
+
},
|
|
1371
|
+
"latitude": {
|
|
1372
|
+
"description": "The latitude of the location.",
|
|
1373
|
+
"nullable": true,
|
|
1374
|
+
"oneOf": [
|
|
1375
|
+
{
|
|
1376
|
+
"format": "double",
|
|
1377
|
+
"type": "number"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"type": "string"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"$ref": "#/components/schemas/ReferenceNumeric"
|
|
1384
|
+
}
|
|
1385
|
+
]
|
|
1386
|
+
},
|
|
1387
|
+
"longitude": {
|
|
1388
|
+
"description": "The longitude of the location.",
|
|
1389
|
+
"nullable": true,
|
|
1390
|
+
"oneOf": [
|
|
1391
|
+
{
|
|
1392
|
+
"format": "double",
|
|
1393
|
+
"type": "number"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"type": "string"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"$ref": "#/components/schemas/ReferenceNumeric"
|
|
1400
|
+
}
|
|
1401
|
+
]
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
"required": [
|
|
1405
|
+
"@odata.type"
|
|
1406
|
+
],
|
|
1407
|
+
"title": "outlookGeoCoordinates",
|
|
1408
|
+
"type": "object"
|
|
1409
|
+
},
|
|
1410
|
+
"microsoft.graph.patternedRecurrence": {
|
|
1411
|
+
"properties": {
|
|
1412
|
+
"@odata.type": {
|
|
1413
|
+
"type": "string"
|
|
1414
|
+
},
|
|
1415
|
+
"pattern": {
|
|
1416
|
+
"anyOf": [
|
|
1417
|
+
{
|
|
1418
|
+
"$ref": "#/components/schemas/microsoft.graph.recurrencePattern"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"nullable": true,
|
|
1422
|
+
"type": "object"
|
|
1423
|
+
}
|
|
1424
|
+
],
|
|
1425
|
+
"description": "The frequency of an event. For access reviews: Do not specify this property for a one-time access review. Only interval, dayOfMonth, and type (weekly, absoluteMonthly) properties of recurrencePattern are supported."
|
|
1426
|
+
},
|
|
1427
|
+
"range": {
|
|
1428
|
+
"anyOf": [
|
|
1429
|
+
{
|
|
1430
|
+
"$ref": "#/components/schemas/microsoft.graph.recurrenceRange"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"nullable": true,
|
|
1434
|
+
"type": "object"
|
|
1435
|
+
}
|
|
1436
|
+
],
|
|
1437
|
+
"description": "The duration of an event."
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
"required": [
|
|
1441
|
+
"@odata.type"
|
|
1442
|
+
],
|
|
1443
|
+
"title": "patternedRecurrence",
|
|
1444
|
+
"type": "object"
|
|
1445
|
+
},
|
|
1446
|
+
"microsoft.graph.physicalAddress": {
|
|
1447
|
+
"properties": {
|
|
1448
|
+
"@odata.type": {
|
|
1449
|
+
"type": "string"
|
|
1450
|
+
},
|
|
1451
|
+
"city": {
|
|
1452
|
+
"description": "The city.",
|
|
1453
|
+
"nullable": true,
|
|
1454
|
+
"type": "string"
|
|
1455
|
+
},
|
|
1456
|
+
"countryOrRegion": {
|
|
1457
|
+
"description": "The country or region. It's a free-format string value, for example, 'United States'.",
|
|
1458
|
+
"nullable": true,
|
|
1459
|
+
"type": "string"
|
|
1460
|
+
},
|
|
1461
|
+
"postalCode": {
|
|
1462
|
+
"description": "The postal code.",
|
|
1463
|
+
"nullable": true,
|
|
1464
|
+
"type": "string"
|
|
1465
|
+
},
|
|
1466
|
+
"state": {
|
|
1467
|
+
"description": "The state.",
|
|
1468
|
+
"nullable": true,
|
|
1469
|
+
"type": "string"
|
|
1470
|
+
},
|
|
1471
|
+
"street": {
|
|
1472
|
+
"description": "The street.",
|
|
1473
|
+
"nullable": true,
|
|
1474
|
+
"type": "string"
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"required": [
|
|
1478
|
+
"@odata.type"
|
|
1479
|
+
],
|
|
1480
|
+
"title": "physicalAddress",
|
|
1481
|
+
"type": "object"
|
|
1482
|
+
},
|
|
1483
|
+
"microsoft.graph.recipient": {
|
|
1484
|
+
"discriminator": {
|
|
1485
|
+
"mapping": {
|
|
1486
|
+
"#microsoft.graph.attendee": "#/components/schemas/microsoft.graph.attendee",
|
|
1487
|
+
"#microsoft.graph.attendeeBase": "#/components/schemas/microsoft.graph.attendeeBase"
|
|
1488
|
+
},
|
|
1489
|
+
"propertyName": "@odata.type"
|
|
1490
|
+
},
|
|
1491
|
+
"properties": {
|
|
1492
|
+
"@odata.type": {
|
|
1493
|
+
"type": "string"
|
|
1494
|
+
},
|
|
1495
|
+
"emailAddress": {
|
|
1496
|
+
"anyOf": [
|
|
1497
|
+
{
|
|
1498
|
+
"$ref": "#/components/schemas/microsoft.graph.emailAddress"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"nullable": true,
|
|
1502
|
+
"type": "object"
|
|
1503
|
+
}
|
|
1504
|
+
],
|
|
1505
|
+
"description": "The recipient's email address."
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
"required": [
|
|
1509
|
+
"@odata.type"
|
|
1510
|
+
],
|
|
1511
|
+
"title": "recipient",
|
|
1512
|
+
"type": "object"
|
|
1513
|
+
},
|
|
1514
|
+
"microsoft.graph.recurrencePattern": {
|
|
1515
|
+
"properties": {
|
|
1516
|
+
"@odata.type": {
|
|
1517
|
+
"type": "string"
|
|
1518
|
+
},
|
|
1519
|
+
"dayOfMonth": {
|
|
1520
|
+
"description": "The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.",
|
|
1521
|
+
"format": "int32",
|
|
1522
|
+
"maximum": 2147483647,
|
|
1523
|
+
"minimum": -2147483648,
|
|
1524
|
+
"type": "integer"
|
|
1525
|
+
},
|
|
1526
|
+
"daysOfWeek": {
|
|
1527
|
+
"description": "A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.",
|
|
1528
|
+
"items": {
|
|
1529
|
+
"anyOf": [
|
|
1530
|
+
{
|
|
1531
|
+
"$ref": "#/components/schemas/microsoft.graph.dayOfWeek"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"nullable": true,
|
|
1535
|
+
"type": "object"
|
|
1536
|
+
}
|
|
1537
|
+
]
|
|
1538
|
+
},
|
|
1539
|
+
"type": "array"
|
|
1540
|
+
},
|
|
1541
|
+
"firstDayOfWeek": {
|
|
1542
|
+
"anyOf": [
|
|
1543
|
+
{
|
|
1544
|
+
"$ref": "#/components/schemas/microsoft.graph.dayOfWeek"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"nullable": true,
|
|
1548
|
+
"type": "object"
|
|
1549
|
+
}
|
|
1550
|
+
],
|
|
1551
|
+
"description": "The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly."
|
|
1552
|
+
},
|
|
1553
|
+
"index": {
|
|
1554
|
+
"anyOf": [
|
|
1555
|
+
{
|
|
1556
|
+
"$ref": "#/components/schemas/microsoft.graph.weekIndex"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"nullable": true,
|
|
1560
|
+
"type": "object"
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"description": "Specifies on which instance of the allowed days specified in daysOfWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly."
|
|
1564
|
+
},
|
|
1565
|
+
"interval": {
|
|
1566
|
+
"description": "The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.",
|
|
1567
|
+
"format": "int32",
|
|
1568
|
+
"maximum": 2147483647,
|
|
1569
|
+
"minimum": -2147483648,
|
|
1570
|
+
"type": "integer"
|
|
1571
|
+
},
|
|
1572
|
+
"month": {
|
|
1573
|
+
"description": "The month in which the event occurs. This is a number from 1 to 12.",
|
|
1574
|
+
"format": "int32",
|
|
1575
|
+
"maximum": 2147483647,
|
|
1576
|
+
"minimum": -2147483648,
|
|
1577
|
+
"type": "integer"
|
|
1578
|
+
},
|
|
1579
|
+
"type": {
|
|
1580
|
+
"anyOf": [
|
|
1581
|
+
{
|
|
1582
|
+
"$ref": "#/components/schemas/microsoft.graph.recurrencePatternType"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"nullable": true,
|
|
1586
|
+
"type": "object"
|
|
1587
|
+
}
|
|
1588
|
+
],
|
|
1589
|
+
"description": "The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. For more information, see values of type property."
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
"required": [
|
|
1593
|
+
"@odata.type"
|
|
1594
|
+
],
|
|
1595
|
+
"title": "recurrencePattern",
|
|
1596
|
+
"type": "object"
|
|
1597
|
+
},
|
|
1598
|
+
"microsoft.graph.recurrencePatternType": {
|
|
1599
|
+
"enum": [
|
|
1600
|
+
"daily",
|
|
1601
|
+
"weekly",
|
|
1602
|
+
"absoluteMonthly",
|
|
1603
|
+
"relativeMonthly",
|
|
1604
|
+
"absoluteYearly",
|
|
1605
|
+
"relativeYearly"
|
|
1606
|
+
],
|
|
1607
|
+
"title": "recurrencePatternType",
|
|
1608
|
+
"type": "string"
|
|
1609
|
+
},
|
|
1610
|
+
"microsoft.graph.recurrenceRange": {
|
|
1611
|
+
"properties": {
|
|
1612
|
+
"@odata.type": {
|
|
1613
|
+
"type": "string"
|
|
1614
|
+
},
|
|
1615
|
+
"endDate": {
|
|
1616
|
+
"description": "The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.",
|
|
1617
|
+
"format": "date",
|
|
1618
|
+
"nullable": true,
|
|
1619
|
+
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$",
|
|
1620
|
+
"type": "string"
|
|
1621
|
+
},
|
|
1622
|
+
"numberOfOccurrences": {
|
|
1623
|
+
"description": "The number of times to repeat the event. Required and must be positive if type is numbered.",
|
|
1624
|
+
"format": "int32",
|
|
1625
|
+
"maximum": 2147483647,
|
|
1626
|
+
"minimum": -2147483648,
|
|
1627
|
+
"type": "integer"
|
|
1628
|
+
},
|
|
1629
|
+
"recurrenceTimeZone": {
|
|
1630
|
+
"description": "Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.",
|
|
1631
|
+
"nullable": true,
|
|
1632
|
+
"type": "string"
|
|
1633
|
+
},
|
|
1634
|
+
"startDate": {
|
|
1635
|
+
"description": "The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.",
|
|
1636
|
+
"format": "date",
|
|
1637
|
+
"nullable": true,
|
|
1638
|
+
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$",
|
|
1639
|
+
"type": "string"
|
|
1640
|
+
},
|
|
1641
|
+
"type": {
|
|
1642
|
+
"anyOf": [
|
|
1643
|
+
{
|
|
1644
|
+
"$ref": "#/components/schemas/microsoft.graph.recurrenceRangeType"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"nullable": true,
|
|
1648
|
+
"type": "object"
|
|
1649
|
+
}
|
|
1650
|
+
],
|
|
1651
|
+
"description": "The recurrence range. The possible values are: endDate, noEnd, numbered. Required."
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"required": [
|
|
1655
|
+
"@odata.type"
|
|
1656
|
+
],
|
|
1657
|
+
"title": "recurrenceRange",
|
|
1658
|
+
"type": "object"
|
|
1659
|
+
},
|
|
1660
|
+
"microsoft.graph.recurrenceRangeType": {
|
|
1661
|
+
"enum": [
|
|
1662
|
+
"endDate",
|
|
1663
|
+
"noEnd",
|
|
1664
|
+
"numbered"
|
|
1665
|
+
],
|
|
1666
|
+
"title": "recurrenceRangeType",
|
|
1667
|
+
"type": "string"
|
|
1668
|
+
},
|
|
1669
|
+
"microsoft.graph.responseStatus": {
|
|
1670
|
+
"properties": {
|
|
1671
|
+
"@odata.type": {
|
|
1672
|
+
"type": "string"
|
|
1673
|
+
},
|
|
1674
|
+
"response": {
|
|
1675
|
+
"anyOf": [
|
|
1676
|
+
{
|
|
1677
|
+
"$ref": "#/components/schemas/microsoft.graph.responseType"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"nullable": true,
|
|
1681
|
+
"type": "object"
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
"description": "The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none."
|
|
1685
|
+
},
|
|
1686
|
+
"time": {
|
|
1687
|
+
"description": "The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z",
|
|
1688
|
+
"format": "date-time",
|
|
1689
|
+
"nullable": true,
|
|
1690
|
+
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
|
|
1691
|
+
"type": "string"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"required": [
|
|
1695
|
+
"@odata.type"
|
|
1696
|
+
],
|
|
1697
|
+
"title": "responseStatus",
|
|
1698
|
+
"type": "object"
|
|
1699
|
+
},
|
|
1700
|
+
"microsoft.graph.responseType": {
|
|
1701
|
+
"enum": [
|
|
1702
|
+
"none",
|
|
1703
|
+
"organizer",
|
|
1704
|
+
"tentativelyAccepted",
|
|
1705
|
+
"accepted",
|
|
1706
|
+
"declined",
|
|
1707
|
+
"notResponded"
|
|
1708
|
+
],
|
|
1709
|
+
"title": "responseType",
|
|
1710
|
+
"type": "string"
|
|
1711
|
+
},
|
|
1712
|
+
"microsoft.graph.timeSlot": {
|
|
1713
|
+
"properties": {
|
|
1714
|
+
"@odata.type": {
|
|
1715
|
+
"type": "string"
|
|
1716
|
+
},
|
|
1717
|
+
"end": {
|
|
1718
|
+
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
|
|
1719
|
+
},
|
|
1720
|
+
"start": {
|
|
1721
|
+
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
"required": [
|
|
1725
|
+
"@odata.type"
|
|
1726
|
+
],
|
|
1727
|
+
"title": "timeSlot",
|
|
1728
|
+
"type": "object"
|
|
1729
|
+
},
|
|
1730
|
+
"microsoft.graph.weekIndex": {
|
|
1731
|
+
"enum": [
|
|
1732
|
+
"first",
|
|
1733
|
+
"second",
|
|
1734
|
+
"third",
|
|
1735
|
+
"fourth",
|
|
1736
|
+
"last"
|
|
1737
|
+
],
|
|
1738
|
+
"title": "weekIndex",
|
|
1739
|
+
"type": "string"
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1743
|
+
}
|