Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-17-2009, 01:04 PM
Member
 
Posts: 12
Default I want to Auto Accept Calender invites?

I've seen a few issues come up where users Zimbra calender is auto accepting invites. I WANT this to happen for a calender I want everyone to share. We use Zimbra Collaboration Suite at our school and as the IT department, we don't want to have to send out invites every year for new faculty/staff or students and then worry about them accepting these invites.

Basically, is there a way to push out or force a calender to all users on campus?
Reply With Quote
  #2 (permalink)  
Old 11-17-2009, 01:08 PM
Moderator
 
Posts: 1,147
Default

Are you talking about forcing a calendar share on user accounts? To do that you would need to use Zmmailbox - Zimbra :: Wiki to add the share to your users account.
Reply With Quote
  #3 (permalink)  
Old 11-18-2009, 07:48 AM
Member
 
Posts: 12
Default

It looks like that would work, only if I could sent it to a distribution list so that EVERY user has it. We're trying to set a school wide calender and avoid the accept decline dialogue because everyone NEEDS to have this calender.
Reply With Quote
  #4 (permalink)  
Old 11-18-2009, 10:31 AM
Moderator
 
Posts: 1,147
Default

Yea probably the best way to do that would be to share the calendar with a distribution list and then use zmmailbox in a script to mount that to every user.
Reply With Quote
  #5 (permalink)  
Old 11-18-2009, 11:54 AM
Member
 
Posts: 12
Default

Now does that mean I have to literally enter every user in the command one at a time?
Reply With Quote
  #6 (permalink)  
Old 11-18-2009, 11:58 AM
Moderator
 
Posts: 1,147
Default

While you technically could do that, from the sounds of it that would take a few weeks...

I would write a script something along the lines of this:
Code:
#!/bin/bash
for USER in `zmprov -l gaa` do;
    zmmailbox -z -m $USER cm --view appointment -F# /sharedcal share@domain.com /Calendar
done;
You might put in stuff like checks if the mount already exists or other things, but there is the basis for you.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.