0.0.5 • Published 2 years ago

alfred-open-outlook-event-links v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

  1. Set the value of the environment variable USE_ACCESS_TOKEN_DIRECTLY to 1 (ref)
  2. Set the access token using the ooa [your_access_token] command
0.0.5

2 years ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago