Skip to content

Create Shared Channels in Teams #707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
McoreD opened this issue Aug 18, 2022 · 0 comments · May be fixed by #1128
Open

Create Shared Channels in Teams #707

McoreD opened this issue Aug 18, 2022 · 0 comments · May be fixed by #1128

Comments

@McoreD
Copy link

McoreD commented Aug 18, 2022

Hey guys,

We have automated creation of Standard and Private Channels using the templates below:

   <pnp:Channels>
        <!-- Standard Channels -->
        <pnp:Channel DisplayName="Communications"
          Description=""
          IsFavoriteByDefault="false" />
       <pnp:Channel DisplayName="Develop"
          Description=""
          IsFavoriteByDefault="false" />
        <pnp:Channel DisplayName="Meetings"
          Description=""
          IsFavoriteByDefault="false" />
        <pnp:Channel DisplayName="Program"
          Description=""
          IsFavoriteByDefault="false" />

        <!-- Private Channels -->
        <pnp:Channel DisplayName="Commercial"
          Description=""
          IsFavoriteByDefault="false"
          Private="true" />
        <pnp:Channel DisplayName="Contract"
          Description=""
          IsFavoriteByDefault="false"
          Private="true" />
        <pnp:Channel DisplayName="Procurement"
          Description=""
          IsFavoriteByDefault="false"
          Private="true" />
        <pnp:Channel DisplayName="Evaluation"
          Description=""
          IsFavoriteByDefault="false"
          Private="true" />
      </pnp:Channels>

Similary, how could you create Shared Channels please? I tried to look for examples everywhere, but could not land on a valid one.

Thanks,
Michael

@singingknight singingknight linked a pull request Apr 11, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant