Created
May 7, 2025 14:50
-
-
Save dexit/ba95279c4f3b56692e90bc755bc67173 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://graph.microsoft.com/beta/me/findRooms | |
{ | |
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.emailAddress)", | |
"value": [ | |
{ | |
"name": "Ahsan Office - MS Teams Enabled", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "BA - Burgess And Leigh", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "BA - Doulton", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "BA - Minton", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "BA - SusieCooper", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "BA - Wedgewood", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - Being Exceptional Today & Tomorrow", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - BoardRoom", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - Moustache Room", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - Nomad Out", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - Revelation Room", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - Test Room", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - The White Cliffs", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - Three R's - Rigour, Robust & Resolve", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "HQ - Three T's - Training Today for Tomorrow", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "MTR - BETTS", | |
"address": "[email protected]" | |
}, | |
{ | |
"name": "Nottingham Centre", | |
"address": "[email protected]" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# POST https://graph.microsoft.com/beta/me/calendar/getSchedule | |
# REQYEST: | |
``` | |
{ | |
"schedules": ["[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]","[email protected]"], | |
"startTime": { | |
"dateTime": "2025-05-08T09:00:00", | |
"timeZone":"UTC" | |
}, | |
"endTime": { | |
"dateTime": "2025-05-08T17:00:00", | |
"timeZone": "UTC" | |
}, | |
"availabilityViewInterval": 30 | |
} | |
``` | |
# RESPONSE | |
``` | |
{ | |
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.scheduleInformation)", | |
"value": [ | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "2222200000000000", | |
"scheduleItems": [ | |
{ | |
"status": "busy", | |
"start": { | |
"dateTime": "2025-05-08T08:30:00.0000000", | |
"timeZone": "UTC" | |
}, | |
"end": { | |
"dateTime": "2025-05-08T11:30:00.0000000", | |
"timeZone": "UTC" | |
} | |
} | |
], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "2222200000000000", | |
"scheduleItems": [ | |
{ | |
"status": "busy", | |
"start": { | |
"dateTime": "2025-05-08T08:30:00.0000000", | |
"timeZone": "UTC" | |
}, | |
"end": { | |
"dateTime": "2025-05-08T11:30:00.0000000", | |
"timeZone": "UTC" | |
} | |
} | |
], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000022000", | |
"scheduleItems": [ | |
{ | |
"isPrivate": false, | |
"status": "busy", | |
"subject": "Anju Saini ", | |
"location": "Microsoft Teams Meeting; HQ - The White Cliffs", | |
"isMeeting": true, | |
"isRecurring": false, | |
"isException": false, | |
"isReminderSet": false, | |
"start": { | |
"dateTime": "2025-05-08T14:30:00.0000000", | |
"timeZone": "UTC" | |
}, | |
"end": { | |
"dateTime": "2025-05-08T15:30:00.0000000", | |
"timeZone": "UTC" | |
} | |
} | |
], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "2222222222222200", | |
"scheduleItems": [ | |
{ | |
"isPrivate": false, | |
"status": "busy", | |
"subject": "Ayesha Ali ", | |
"location": "HQ - BoardRoom", | |
"isMeeting": true, | |
"isRecurring": false, | |
"isException": false, | |
"isReminderSet": false, | |
"start": { | |
"dateTime": "2025-05-08T08:00:00.0000000", | |
"timeZone": "UTC" | |
}, | |
"end": { | |
"dateTime": "2025-05-08T16:00:00.0000000", | |
"timeZone": "UTC" | |
} | |
} | |
], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "UTC" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
}, | |
{ | |
"scheduleId": "[email protected]", | |
"availabilityView": "0000000000000000", | |
"scheduleItems": [], | |
"workingHours": { | |
"daysOfWeek": [ | |
"monday", | |
"tuesday", | |
"wednesday", | |
"thursday", | |
"friday" | |
], | |
"startTime": "08:00:00.0000000", | |
"endTime": "17:00:00.0000000", | |
"timeZone": { | |
"name": "Pacific Standard Time" | |
} | |
} | |
} | |
] | |
}``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment