alfred-open-outlook-event-links
v0.0.5
Published
Alfred workflow to open Outlook event links
Downloads
3
Readme
alfred-open-outlook-event-links
Alfred workflow to open Outlook event links.
Install
npm install --global alfred-open-outlook-event-links
Requires Node.js 18+ and Alfred 4 or later with the paid Powerpack.
Usage
In Alfred, you can use the following commands:
ool
:- Lists the Outlook events for the rest of today
- Selecting a event and pressing enter will open any links in the event in a browser
ood
:- Logs out
ooa [your_access_token]
- Sets the access token to be used in workaround mode (mentioned later)
Workaround for organization accounts
If your Microsoft account is an organizational account, administrative consent may be required for app access permissions (risk-based step-up consent).
In this case, you can also pass the access token directly to the app at your own risk.
- Set the value of the environment variable
USE_ACCESS_TOKEN_DIRECTLY
to1
(ref) - Set the access token using the
ooa [your_access_token]
command