Jump to content

Recommended Posts

Posted

Hi,

 

Without using public folder and SharePoint does anyone know a way using Office 365 how we can share a calendar to all our staff please? We would like it so only staff can see it.

 

Thanks

Posted

Not tried this but....

 

In the Web Access of one user, go to the Calendar tab. At the lower left where it says 'Other calendars', right click it and create a new one - for example "All staff calendar". Then right click this and go to share.

 

When it asks for who to share it with, enter a distribution group name for your staff (if you have one), that should send an invite to everyone.

 

I think!

Posted

We have used a PowerShell command in the past to share a calendar from one individual to another. Perhaps you could adapt it to suit your needs?

 

Start PowerShell session and attach to your mail server with administration rights.

 

To share the calendar that belongs to David Cameron with Alex Salmond working at Westminster School type:

 

Add-MailboxPermission [email protected] -User alex.salmond@westminster.london.sch.uk -AccessRights FullAccess -InheritanceType All

 

This will give the user Alex Salmond full access to David Cameron's Outlook calendar. This worked for us on our Office 365 setup during April last year.

 

[All names used here are made up, are used for demonstration purposes only and bear no resemblance to anyone living or dead]

 

HTH.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...