Ruud2000
Ruud2000
I am struggling with the exact same issue as well. I noticed in the demo you assign a new Guid to the User Id within the UserCreationSpec which allows you...
I use bicep to create a feature flag (part of Azure App Configuration service). I create the flag using bicep and set the value initially to 'false'. Once created, it's...
I wasted quite some time today trying to obtain Excel cell data using the Graph SDK. Sad to see this issue is already open for so long although I understand...
> It's also possible to use `ComponentSerializer` instead of `CalendarSerializer`, which doesn't have the issue. > > ```cs > val icalStr = (new ComponentSerializer()).SerializeToString(calendar); > ``` Note that this approach...