Nice Addition. I have a question regarding addition of planner webpart through pnp
Add-PnPClientSideWebPart -Page $SitePage -DefaultWebPartType “Planner” -Section 1-Column 1 -Order 1
Getting Following error:
Cannot bind parameter 'DefaultWebPartType'. Cannot convert value "Planner" to type "OfficeDevPnP.Core.Pages.DefaultClientSideWebParts". Error: "Unable to match the identifier name Planner to a valid enumerator name. Specify one of the following enumerator names and try again:
ThirdParty, ContentRollup, BingMap, ContentEmbed, DocumentEmbed, Image, ImageGallery, LinkPreview, NewsFeed, NewsReel, PowerBIReportEmbed, QuickChart, SiteActivity, VideoEmbed, YammerEmbed, Events, GroupCalendar, Hero, List, PageTitle, People, QuickLinks, CustomMessageRegion, Divider, MicrosoftForms, Spacer"
Planner webpart not available in enumerator "OfficeDevPnP.Core.Pages.DefaultClientSideWebParts".
Can anyone help me regarding this? When it ill be available to add it as and PnPClientSideWebpart