msgraph: add metadata to users to connect with default calendar

This commit is contained in:
2022-05-06 10:13:32 +02:00
parent 5331f1becc
commit 9935af0497
9 changed files with 181 additions and 12 deletions

View File

@@ -20,6 +20,8 @@ class MSGraphClient
private MSGraphTokenStorage $tokenStorage;
private MachineTokenStorage $machineTokenStorage;
/**
* @param mixed $calendar
*
@@ -36,4 +38,6 @@ class MSGraphClient
return $response;
}
}