Tag Archives: calendar

Editing calendar permissions Office 365 with powershell

After adding a new user into Office 365, the user has to be allowed to read/write some shared calendars withing the organization. First of all you will need to connect to Office 365 Add permission to the calendar [codesyntax lang=”powershell”] Add-MailboxFolderPermission calendar@company.com:\Calendar -User dude@company.com -AccessRights Author [/codesyntax] Note: AccessRights can be: Owner, PublishingEditor, Editor, PublishingAuthor, … Continue reading Editing calendar permissions Office 365 with powershell

How to create an organization calendar in Office 365

Recently I migrated company’s email to Microsoft Office 365. Because I haven’t worked before with Office 365 the process wasn’t so easy as I expected initially, but after passing all challenges, I got it done. Next challenge was to create a company calendar so every user can use it. There are few posts on the … Continue reading How to create an organization calendar in Office 365