+ Post New Thread
Results 1 to 10 of 10
Windows Thread, Best way to roll out a "school calender" in outlook. in Technical; Hi guys, We've decided we want a "School Calender" in outlook. As it stands one of our Admin girls has ...
  1. #1
    Sam_Brown's Avatar
    Join Date
    Sep 2009
    Location
    Northampton
    Posts
    269
    Thank Post
    54
    Thanked 15 Times in 13 Posts
    Rep Power
    10

    Best way to roll out a "school calender" in outlook.

    Hi guys,

    We've decided we want a "School Calender" in outlook. As it stands one of our Admin girls has created a calender in her outlook and wants to share this with all staff. This doesn't seem like the best way to me.

    My opinion was it would be better to create a generic mail account called "calender" or something then just let whoever needs to edit it have the correct permissions. That way there is no fiddling about moving calenders when people leave.

    What do you think?

    Also is there a way to automatically have users have access to a "school calender" I couldn't see any options on ExchangeManagementConsole to do this?

    Just looking for opions, experiences really on best way to procede.

  2. IDG Tech News
  3. #2

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,826
    Blog Entries
    1
    Thank Post
    785
    Thanked 1,137 Times in 682 Posts
    Rep Power
    320
    What version of exchange are you running?

  4. #3
    Sam_Brown's Avatar
    Join Date
    Sep 2009
    Location
    Northampton
    Posts
    269
    Thank Post
    54
    Thanked 15 Times in 13 Posts
    Rep Power
    10
    We are currently using 2007.

  5. #4
    fawkers's Avatar
    Join Date
    Jun 2007
    Location
    Southend
    Posts
    193
    Blog Entries
    2
    Thank Post
    32
    Thanked 21 Times in 20 Posts
    Rep Power
    29
    If you setup a shared mailbox and a seurity group that has read pemissions and one that has read\write permissions and users to the correct groups and away you go.
    Code:
    new-mailbox -alias "marketing123" -name "Ye Marketing Mailbox" -database "mvexccr01\SG3\MBDB03" -org "comp.com/Accounts" -shared -UserPrincipalName "marketing123@companyabc.com"
    
    get-mailbox -identity "Ye Marketing Mailbox" | add-mailboxpermission -user "MBX-Ye_Marketing_Mailbox-Full" -accessrights 'FullAccess' 
    
    get-mailbox -identity "Ye Marketing Mailbox" | add-adpermission -user "MBX-Ye_Marketing_Mailbox-Full" -accessrights:ReadProperty, WriteProperty -properties 'Personal Information' -extendedrights 'Send-As'
    Reff: Granting Access to a Shared Mailbox in Exchange 2007 | NetworkWorld.com Community

    I dont know if there is a way to forcably add it to a users outlook profile however

  6. #5
    jamesreedersmith's Avatar
    Join Date
    Sep 2009
    Location
    Ruskington
    Posts
    1,021
    Thank Post
    75
    Thanked 225 Times in 199 Posts
    Rep Power
    61
    What about public folders and put the calendar in there?

  7. #6

    Join Date
    May 2010
    Location
    Stoke
    Posts
    7
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Aye we have started using public folders too. You can also assign permissions of who is allowed to view/edit the calendars in there as well.

  8. #7

    Join Date
    Jan 2007
    Location
    Nottinghamshire
    Posts
    465
    Thank Post
    1
    Thanked 79 Times in 53 Posts
    Rep Power
    31
    Microsoft are slowly killing public folders of course, they want you to use sharepoint

  9. #8

    ZeroHour's Avatar
    Join Date
    Dec 2005
    Location
    Scotland
    Posts
    5,826
    Blog Entries
    1
    Thank Post
    785
    Thanked 1,137 Times in 682 Posts
    Rep Power
    320
    Quote Originally Posted by mavhc View Post
    Microsoft are slowly killing public folders of course, they want you to use sharepoint
    Or resource mailbox's, they are 2 different approaches.

  10. #9

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    7,939
    Thank Post
    216
    Thanked 1,294 Times in 1,026 Posts
    Rep Power
    282
    On a separate note, the Calendar system within Zimbra is really good, simple and effective. You can create, share and allocate permissions in minutes

  11. #10
    maestromasada's Avatar
    Join Date
    Apr 2009
    Posts
    155
    Thank Post
    84
    Thanked 14 Times in 13 Posts
    Rep Power
    10
    Have you got an Intranet? I've got setup a private calendar on our intranet and a public one of the school website: _

    Get it from Webmasters tools and help , they charge somehting like $90 for the the calendars, they send you the installation instructions and configuration files, and you need to have MySQL running on your webserver.

    I had another calendar to show the opening times, they are deadly easy to update
    _

SHARE:
+ Post New Thread

Similar Threads

  1. Differences between "School Guardian" and "Network Guardian"?
    By duncane in forum Internet Related/Filtering/Firewall
    Replies: 1
    Last Post: 9th March 2010, 04:33 PM
  2. Replies: 6
    Last Post: 13th November 2009, 02:26 PM
  3. Replies: 3
    Last Post: 11th September 2009, 09:01 AM
  4. Replies: 6
    Last Post: 28th September 2006, 07:06 PM
  5. Outlook 2003 - "From" button option.
    By indiegirl in forum Windows
    Replies: 5
    Last Post: 2nd February 2006, 11:48 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •