-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Run][New Plugin] Join Meeting #30405
Comments
I would have to see how this would work agnostically else this would be a community plugin /needinfo |
@crutkas I'm not sure what you mean by agnostically here. Meaning not for Windows 10 or 11? I admit I only read through docs for Windows.ApplicationModel.Appointments so perhaps I should start by getting a PoC working externally first and then apply to get it merged in after. |
I might have realized what you meant now. I setup a basic proof of concept, but:
If you see anything glaring wrong or that I missed, it's here: main...amweiss:PowerToys:run-agenda#diff-ffa29c1d9518f89cb6f5f686227491c5fda3c5a76e99e91728de865c9cb9088dR68 Otherwise it would require building out configurations and integrations to every calendar system as part of the plugin. |
Well not quite the same, but pretty close for a more limited use-case seems like it will be built into Windows soon: https://blogs.windows.com/windows-insider/2024/01/18/announcing-windows-11-insider-preview-build-23619-dev-channel/#attachment_176821 |
Description of the new feature / enhancement
I found the calendar functionality of Raycast incredibly helpful for joining my next meeting. I would like to build a plugin for Run that does something similar to this: https://manual.raycast.com/calendar
Scenario when this would be used?
As a power user, it lets me make more of my workflow efficient through the Run PowerToy instead of opening Outlook and finding the next meeting to click the join link.
Supporting information
I can build it as a third-party plugin first, but I figured I would post it here in case anyone else was already thinking of it and eventually I think would make sense to be added if it can be tied into something like
Windows.ApplicationModel.Appointments
rather than having to add all your calendars to the plugin itself.The text was updated successfully, but these errors were encountered: