I need to access a particular person's outlook calendar's meeting details for a particular day and fetch required attendees of all his meetings on that day so that emails can be triggered to required attendees.
and got the output:
{
"error": {
"code": "InvalidAuthenticationToken",
"message": "Access token is empty.",
"innerError": {
"request-id": "e015d4f6-8a46-4e4d-a0b7-f9e828088991",
"date": "2019-04-23T11:04:08"
}
}
}
and also tried:
Both didn't work. Please, help me.