我正在实现可以与Outlook Calendar API同步的日历。 我只想要正面的功能(角度),该功能可以帮助我在对Outlook进行身份验证后使用Oauth2获取代码 所以我可以用它背面(.NET Core)再次获取acces令牌。 这是Google Calendar API的功能:
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {
Start-Process PowerShell -Verb RunAs "-NoProfile -ExecutionPolicy Bypass -Command `"cd '$pwd'; & '$PSCommandPath';`"";
exit;
}
# Your script here