Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions api-reference/beta/api/calendargroup-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"name": "name-value",
"classId": "11b0131d-43c8-4bbb-b2c8-e80f9a50834a",
"changeKey": "changeKey-value",
"id": "id-value"
"name": "My Calendars",
"classId": "0006f0b7-0000-0000-c000-000000000046",
"changeKey": "NreqLYgxdE2DpHBBId74XwAAAAAGZw==",
"id": "AAMkAGVmMDEzMTM4LTZm="
}
```

Expand Down
18 changes: 12 additions & 6 deletions api-reference/beta/api/calendargroup-list-calendars.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,18 @@ Content-type: application/json
{
"value": [
{
"name": "name-value",
"color": {
},
"calendarGroupId":"calendarGroupId-value",
"changeKey": "changeKey-value",
"id": "id-value"
"id": "AAMkADYCQM0GfRAAAcrRD-AAA=",
"name": "Marketing calendar",
"color": "auto",
"calendarGroupId": "AAMkAGRkZTFiMDQxLWYz="
"changeKey": "4xTfgHLeDkOqYVAkDNBn0QAAHKl46A==",
"canShare": true,
"canViewPrivateItems": true,
"canEdit": true,
"owner": {
"name": "Adele Vance",
"address": "adelev@contoso.com"
}
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions api-reference/beta/api/calendargroup-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ PATCH https://graph.microsoft.com/beta/me/calendarGroups/{id}
Content-type: application/json

{
"name": "name-value"
"name": "My Calendars"
}
```

Expand Down Expand Up @@ -122,10 +122,10 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"name": "name-value",
"name": "My Calendars",
"classId": "11b0131d-43c8-4bbb-b2c8-e80f9a50834a",
"changeKey": "changeKey-value",
"id": "id-value"
"changeKey": "NreqLYgxdE2DpHBBId74XwAAAAAGZw==",
"id": "AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEGAAAiIsqMbYjsT5e-T7KzowPTAAABuC34AAA="
}
```

Expand Down
8 changes: 4 additions & 4 deletions api-reference/v1.0/api/calendargroup-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"name": "name-value",
"classId": "11b0131d-43c8-4bbb-b2c8-e80f9a50834a",
"changeKey": "changeKey-value",
"id": "id-value"
"name": "My Calendars",
"classId": "0006f0b7-0000-0000-c000-000000000046",
"changeKey": "NreqLYgxdE2DpHBBId74XwAAAAAGZw==",
"id": "AAMkAGVm="
}
```

Expand Down
16 changes: 11 additions & 5 deletions api-reference/v1.0/api/calendargroup-list-calendars.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,17 @@ Content-type: application/json
{
"value": [
{
"name": "name-value",
"color": {
},
"changeKey": "changeKey-value",
"id": "id-value"
"id": "AAMkADYCQM0GfRAAAcrRD-AAA=",
"name": "Marketing calendar",
"color": "auto",
"changeKey": "4xTfgHLeDkOqYVAkDNBn0QAAHKl46A==",
"canShare": true,
"canViewPrivateItems": true,
"canEdit": true,
"owner": {
"name": "Adele Vance",
"address": "adelev@contoso.com"
}
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions api-reference/v1.0/api/calendargroup-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ PATCH https://graph.microsoft.com/v1.0/me/calendarGroups/{id}
Content-type: application/json

{
"name": "name-value"
"name": "My Calendars"
}
```

Expand Down Expand Up @@ -120,10 +120,10 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"name": "name-value",
"name": "My Calendars",
"classId": "11b0131d-43c8-4bbb-b2c8-e80f9a50834a",
"changeKey": "changeKey-value",
"id": "id-value"
"changeKey": "NreqLYgxdE2DpHBBId74XwAAAAAGZw==",
"id": "AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEGAAAiIsqMbYjsT5e-T7KzowPTAAABuC34AAA="
}
```

Expand Down