mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 05:23:49 +00:00
fix cs + read remote calendar based on user access
This commit is contained in:
@@ -16,12 +16,12 @@ use TheNetworg\OAuth2\Client\Provider\Azure;
|
||||
|
||||
class MSGraphClient
|
||||
{
|
||||
private MachineTokenStorage $machineTokenStorage;
|
||||
|
||||
private Azure $provider;
|
||||
|
||||
private MSGraphTokenStorage $tokenStorage;
|
||||
|
||||
private MachineTokenStorage $machineTokenStorage;
|
||||
|
||||
/**
|
||||
* @param mixed $calendar
|
||||
*
|
||||
@@ -38,6 +38,4 @@ class MSGraphClient
|
||||
|
||||
return $response;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user