Skip to content

Commit

Permalink
Cms/ash anil/ssw.rules.content/rule/do you make your team meetings ea…
Browse files Browse the repository at this point in the history
…sy to find/rule (#7481)

* Update Rule “do-you-make-your-team-meetings-easy-to-find/rule”

* Update rule.md

* Update Rule “do-you-make-your-team-meetings-easy-to-find/rule”

* Update Rule “do-you-make-your-team-meetings-easy-to-find/rule”

* Update Rule “do-you-make-your-team-meetings-easy-to-find/rule”

---------

Co-authored-by: Tiago Araújo [SSW] <[email protected]>
  • Loading branch information
AshAnil and tiagov8 authored Dec 11, 2023
1 parent 30de957 commit 506f353
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions rules/do-you-make-your-team-meetings-easy-to-find/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@ created: 2020-04-02T06:07:17.000Z
archivedreason: null
guid: b4c925ae-3d9b-48fd-868c-11ca49155a50
---

When a developer joins a team, they need to find the important meetings like the Daily Scrum and the Sprint Review. Unfortunately, these meetings are often organized by a team member and there is no way to find them.
When a developer joins a team, they need to find important meetings like the Daily Scrum and the Sprint Review. Unfortunately, these meetings are often organized by a team member and there is no way to find them.

Ideally, a new team member would jump into Microsoft Teams and find the team they are joining. Then they would see all the important meetings from within the team and join them as needed.

From then on, they would be able to see those appointments in Microsoft Outlook and edit them as needed.

<!--endintro-->

In the past, the best way to do this was to create a SharePoint page with a Group Calendar web part, then add this as a tab in Teams. Microsoft Teams have since released Channel Calendars, which are better because they are built in.
In the past, the best way to do this was to create a SharePoint page with a Group Calendar web part, and then add this as a tab in Teams. Microsoft Teams have since released Channel Calendars, which are better because they are built in.

::: bad
![Figure: Bad example - A team member searching for the Daily Scrum cannot find it if it is scheduled like a normal meeting](teams-meetings-bad-example.png)
Expand All @@ -51,7 +50,8 @@ In the past, the best way to do this was to create a SharePoint page with a Grou
**Video: An awesome introduction to Channel Calendars in Teams (7 min)**

## Setup - Make the calendar visible to the team
Before anyone can view and edit the appointment, it needs to be setup correctly to allow editing.

Before anyone can view and edit the appointment, it needs to be set up correctly to allow editing.

There are 2 steps:

Expand Down Expand Up @@ -86,23 +86,23 @@ By default, group calendars do not show up in Microsoft Outlook, so they need to
Set-UnifiedGroup -identity {{ GROUP NAME }} -HiddenFromExchangeClientsEnabled:$False
```

**Note:** [This command](https://learn.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps#-hiddenfromexchangeclientsenabled) will also make the teams group email address show in the global address list (GAL).
**Note:** [This command](https://learn.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps#-hiddenfromexchangeclientsenabled) will also make the teams' group email address show in the global address list (GAL).

More info: [Removing a Meeting in a Teams Channel when the organizer is gone](https://techcommunity.microsoft.com/t5/microsoft-teams/removing-a-meeting-in-a-teams-channel-when-the-organizer-is-gone/m-p/2106354).

:::

This can also be done from the Microsoft Admin Center:

1. Go to https://portal.office.com/adminportal
1. Go to `https://portal.office.com/adminportal`
2. Go to Teams & Groups | Active teams & groups
3. Search for the Teams group | Settings | Uncheck "Don't show team email address in Outlook"

![Figure: Admin portal - Show Teams email adress in Outlook ](2023-10-06_14-57-03.jpg)

![Figure: Microsoft Outlook group calendars allow meetings to be edited](team-calendar.png)

## Manage Appointments - Team members create, join, edit and leave meetings themselves
## Manage Appointments - Team members create, join, edit, and leave meetings themselves

Now that the team calendars are properly configured, it is easy to:

Expand All @@ -118,7 +118,7 @@ D. Leave a meeting

Creating a meeting should always be done from Microsoft Teams because Microsoft Outlook doesn't support setting the channel. To create a meeting:

1. Follow the rule on [how to create recurring teams meetings for a channel](/create-recurring-teams-meetings-for-a-channel)
1. Follow the rule on [how to create recurring team meetings for a channel](/create-recurring-teams-meetings-for-a-channel)

### B. Join a meeting

Expand All @@ -136,7 +136,7 @@ To join a meeting do the following:
To update a meeting, you must change the details from the Microsoft Outlook group calendar:

1. Go to **Microsoft Outlook | Calendars | All Group Calendars**
2. Open the relevant calendar (same as team name)
2. Open the relevant calendar (same as the team name)
3. Open the appointment and select **The entire series**
4. Make changes as needed

Expand All @@ -149,15 +149,15 @@ Many people decline a meeting when they no longer want to attend. However, this
To leave a meeting properly:

1. Go to **Microsoft Outlook | Calendars | All Group Calendars**
2. Open the relevant calendar (same as team name)
2. Open the relevant calendar (same as the team name)
3. Open the appointment and select **The entire series**
4. Remove yourself as a participant
2. Double check that no other mailboxes have been added which include you e.g. the Team mailbox
5. Double-check that no other mailboxes have been added which include you e.g. the Team mailbox

::: bad
![Figure: Bad example - Hitting decline on a Microsoft Outlook calendar item only removes you from the meeting temporarily](declining-appointment.png)
:::

::: good
![Figure: Good example - Remove yourself from the meeting](edit-appointment.png)
:::
:::

0 comments on commit 506f353

Please sign in to comment.