Forum Discussion
coffeefarmer
Jun 14, 2022Copper Contributor
Using the web Outlook Calendar as a PWA
Can you please tell me how to install the web Outlook Calendar as a separate PWA (with its own app icon) on Microsoft Edge? Outlook Calendar (web) URL: https://outlook.office.com/calendar/view/...
kunamatata1
Feb 09, 2024Copper Contributor
- Create the Outlook PWA.
- Edit the properties of the shortcut.
- Desktop Shortcut: Right click and select Properties
- Taskbar Shortcut: Right click, then from the menu that pops up, right click again on "Outlook (PWA)" and select Properties
- Update the Target to: "C:\Program Files\Google\Chrome\Application\chrome_proxy.exe" --profile-directory=Default --app-launch-url-for-shortcuts-menu-item https://outlook.office.com/calendar/view/week
Here's a list of chromium command line options. Chrome is built off chromium, so thinking most of these would also work with chrome.
- kunamatata1Feb 09, 2024Copper Contributor
This simpler form works too:
- "C:\Program Files\Google\Chrome\Application\chrome_proxy.exe" --profile-directory=Default --app=https://outlook.office.com/calendar/view/week