Forum Discussion
Can Copilot send Teams notifications?
First of you won't get notifications for other meetings than Teams meeting because teams doesn't know that those meetings have started and those clients don't have APIs to tell Teams now this meeting has started.
You should get 15min notification from outlook IF they've sent you an meeting invite to your outlook.
So with that being said, if you want more notifications you can create a power automate flow that sends your a teams notification for all your meetings at the precise time. This would be rather simple 🙂
- May 03, 2023Yeah multiple products in the whole 365 suite, Calender should be under Outlook 🙂
You can look into this;
https://techcommunity.microsoft.com/t5/communities/ct-p/communities
I think you've gotten abit backward about how Copilot works and how Power automate works an possible mixing power automate and automate dekstop. 🙂
Power automate is competly web based as will trigger on web-based connector and APIs that are supported.
For example outlook or teams it will get the information from the webversion via graph api.
Power automate desktop is for repetive tasks that are local and this isn't supported by mac, but you won't need this anyways as above should handle everything for you 🙂
Copilot will generate content but it won't do Machine learning in for of automation. It's more you tell it what it needs and it try's to create it (or atleast a template)
So there won't be any need to script anything, what you need to do it trigger when a new event is create, check if it's a zoom meeting or google meets and schedule a notification when it's time.
This should be a good start as a guide you can modify, after getting the event you should be able to filter nd create a condition to check if it's a zoom meeting:
https://aycabas.com/2020/11/26/my-calendar-manager/- EricBBDOMay 04, 2023Iron ContributorBut I do appreciate that you recognize I need to hack Teams to be able to reliably get meeting notifications. I just happen to know it's a combination of lack of design and lazy app development.
- EricBBDOMay 04, 2023Iron Contributor
Calendar is also in Teams so that's why I mention it. It's redundant, they have different UIs, and sometimes different functionality -- obviously MS isn't a design-first institution if the left hand has no idea what the right hand is doing. It should be it's own app so we can look at a calendar and chat and email at the same time, but again lack of design gets MS into these bizarre workflows.
I'm not going to use PA because it's too confusing and has never worked for anything I've tried. It's sort of like trying to communicate visually in Teams, a complete waste of time. Anything with a code window will be easier and also has proper debugging. When you can't get the value of an Excel field with PA that you just updated with PA and there's no way to debug except go to one-of-seven 365 forums and get scolded because none are for PA, then it's simply not possible to use PA. (Oh and the issue for that was you need to manually save the excel file, PA is unable to refresh a file that it has already opened.)
I have no idea how CoPilot works, I'm just desperate to get basic 2023 functionality out of Teams, which I understand is impossible. it should be super easy to implement meetings that are content-aware and know when something is formatted like a meeting. Even without modern ML, junk folders works quite well similarly. Even Mail in iOS has a bunch of ML under the hood, this is basic functionality anymore.
It's obviously MS not wanting us to book meetings outside their ecosystem.