So what do you do after users get a Copilot license? The first thing is user adoption! Wouldn't it be neat if the first steps were automated? I have created a Logic App that looks for newly licensed users of a security group, then sends an information email and add them to a team in … Continue reading Automatic information package for newly licensed Copilot users!
automation
Set Default Calendar Permission for your Organization with Graph API!
My colleague (Simon Skotheimsvik) asked me if there was a way to use Graph API to set calendar permissions in Exchange Online. He had a script he used with customers to set the default calendar sharing permission for all users in an organization. It turns out it is possible, using the calendar/calendarpermissions/{id} endpoint. Here is … Continue reading Set Default Calendar Permission for your Organization with Graph API!