pnp provisioning
2 TopicsTime is offset with pnp provisioning
I have an issue while I use pnp provisioning engine : When the provisioning is performed the time on the event dates of my list are offsetted by one hour (I presume because my site is UTC+1). And then when I apply the provisioning template, this offset is not set to the target. So I have a Time offset between my two sites. On my source site In my provisioning template xml On my target site718Views0likes0CommentsProgrammatically create and Add Owners and Members to O365 Group, no emails are sent
I'm using the code found in OfficeDevPnP.Core to create a new UnifiedGroup. UnifiedGroupsUtitlity.CreateUnifiedGroup. My code is below. UnifiedGroupsUtility.CreateUnifiedGroup("CSOM Site Creation", "My Site Created in Code, CSOM, accessToken, groupLogo: null, owners: owners.ToArray(), members: members.ToArray(), isPrivate: true, createTeam: false); When I'm using this code, none of the Owners or members get's an email saying they have joined the group, like they do if I add them manually to a group. Do I have to write that part of the code to send the emails, or is there another method I can use that's already out there to send the same template that Microsoft sends? There are two emails sent (if MS Teams included), when adding a person manually. One to say the person is added to the group from: The site on behalf of me. One to say the person is added to the MS Teams. From: noreply@email.teams.microsoft.com It these emails I wish to replicate when adding a user to Group/Team.776Views0likes0Comments