<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Calendar Archives - Arweth</title>
	<atom:link href="https://arweth.com/tag/calendar/feed/" rel="self" type="application/rss+xml" />
	<link>https://arweth.com/tag/calendar/</link>
	<description></description>
	<lastBuildDate>Tue, 25 Jan 2022 18:59:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Office365 Calendar Permissions through PowerShell</title>
		<link>https://arweth.com/2016/11/office365-calendar-permissions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=office365-calendar-permissions</link>
					<comments>https://arweth.com/2016/11/office365-calendar-permissions/#respond</comments>
		
		<dc:creator><![CDATA[Arweth]]></dc:creator>
		<pubDate>Mon, 21 Nov 2016 06:03:14 +0000</pubDate>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Powershell]]></category>
		<guid isPermaLink="false">http://arweth.com/?p=442</guid>

					<description><![CDATA[<p>Recently I&#8217;ve been asked by a few people in my office around permissions for calendars in Office365 and PowerShell commands to manage these. Most places and sites list how to add and remove permissions but few mention how to edit &#8230;</p>
<p class="read-more"> <a class="more-link" href="https://arweth.com/2016/11/office365-calendar-permissions/"> <span class="screen-reader-text">Office365 Calendar Permissions through PowerShell</span> Read more →</a></p>
<p>The post <a href="https://arweth.com/2016/11/office365-calendar-permissions/">Office365 Calendar Permissions through PowerShell</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently I&#8217;ve been asked by a few people in my office around permissions for calendars in Office365 and PowerShell commands to manage these.</p>
<p>Most places and sites list how to add and remove permissions but few mention how to edit / modify existing permissions on the calendars.</p>
<p>In the below example we will grant Bob, Author rights on Arweth&#8217;s calendar.</p>
<blockquote><p>Add-MailboxFolderPermission arweth@arweth.com:\Calendar -User bob@arweth.com -AccessRights Author</p></blockquote>
<p>This is straight forward however if you want to edit the above permission or change the level of access you need to use the following command:</p>
<blockquote><p><span class="crayon-r ">Set</span><span class="crayon-cn">-MailboxFolderPermission</span> arweth@arweth.com:\Calendar -User bob@arweth.com -AccessRights Editor</p></blockquote>
<p>If you attempted to use the add-mailboxfolderpermission command again Office365 would have returned an error similar to:<br />
An existing permission entry was found for user bob@arweth.com</p>
<p>As a note to remove a permission you use the command:</p>
<blockquote><p>Remove-MailboxFolderPermission -Identity arweth@arweth.com:\calendar -user bob@arweth.com</p></blockquote>
<p>You can also check existing permissions with the following command:</p>
<blockquote><p>Get-MailboxFolderPermission -Identity arweth@arweth.com:\Calendar</p></blockquote>
<p>You can also add the -user to the get command to return the permission for one user.</p>
<p>&nbsp;</p>
<p>Hopefully this helps with the permission management of calendars &#8211; these commands will also work for other folders and in some versions of Exchange on Premise.</p>
<p>The post <a href="https://arweth.com/2016/11/office365-calendar-permissions/">Office365 Calendar Permissions through PowerShell</a> appeared first on <a href="https://arweth.com">Arweth</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arweth.com/2016/11/office365-calendar-permissions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 11/112 objects using Disk
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk
Database Caching using Disk (Request-wide modification query)

Served from: arweth.com @ 2026-08-14 06:15:00 by W3 Total Cache
-->