-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Add functionality for link to outlook item itself #4
Comments
So as I for now have no clue about keypirinha plugin structure this is very quick and VERY dirty proof of concept. I changed default behavior to open in outlook as not every meetings has teams link (other services or even offline). Path to outlook is now hardcoded and data_bag for item is ugly as hell because I gave no time to investigate correct use case. |
Hello
I believe it works as you'd like, but I appreciate your feedback before going further |
Totally this looks more like appropriate solution. |
Ok. Thing to investigate. Canceled meetings are correctly marked but link generated actually leads me to first message. That is important cause one of use case is to quick get access to updated event to remove it from calendar. So still some work needed |
Hi,
My ideal usecase is to have a possibility to jump to calendar item itself (often to change my availability or invite someone else).
I dug a bit and working solution is to get
app.EntryID
in loop and give possibility to run it like:"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" /select outlook:app.EntryID
there are some other options that involve messing with registry to enable outlook: links to work (same mas msteams:) but that was easiest one and works even in restricted environment.
Adding this will be huge upgrade. Giving option to choose default action (open meeting / open cal item) will be even more useful.
Thanks a lot as I am using this tool every day!
The text was updated successfully, but these errors were encountered: