fix cs + read remote calendar based on user access

This commit is contained in:
2022-05-09 13:36:59 +02:00
parent 811798e23f
commit 8abce5ab85
17 changed files with 189 additions and 115 deletions

View File

@@ -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;
}
}