Forum Discussion
MrSaltyTT
Dec 09, 2020Copper Contributor
Teams Meeting Room automatic extract URL from email instead of invite
Is it possible to have the MTR account automatically create meeting schedules from invitation emails containing the meeting URL as opposed to from requiring a meeting calendar item to be created? ...
- Dec 28, 2020
Hi,
Yes it is possible, a user can forward an external meeting to an MTR account. But since it is an external user that created the meeting you have to enable ProcessExternalMeetingMessages for the room mailbox. You do this with Set-CalendarProcessing.
ex. Set-CalendarProcessing -Identity "Room 221" -ProcessExternalMeetingMessages $true
LinusCansby
Dec 28, 2020MVP
Hi,
Yes it is possible, a user can forward an external meeting to an MTR account. But since it is an external user that created the meeting you have to enable ProcessExternalMeetingMessages for the room mailbox. You do this with Set-CalendarProcessing.
ex. Set-CalendarProcessing -Identity "Room 221" -ProcessExternalMeetingMessages $true