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 01-08-2010, 09:03 AM
Active Member
 
Posts: 25
Default Zimbra Calendar Corruption?

So I've got a new server with Zimbra installed (v6.x) There is one user that if he has an appointment on any day for even 15 minutes it shows him as booked for the entire day.

Is there an option to do that or is it calendar corruption? Is there a way to fix it if it's corrupted?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 01-08-2010, 09:31 AM
Active Member
 
Posts: 25
Default

Actually I found he has three appointments not showing on his calendar but are showing under schedule while creating an appointment:

Jan 11 12am -> Jan 12 12am
Jan 12 7am -> Jan 14 8pm
Jan 25 8am -> Jan 26 6pm

I'm not sure if he added then removed them or what. Is there a way to remove appointments that are "Unknown" (When you mouse over the appointment in the schedule it will show the appointment title, these are showing as Unknown)
Reply With Quote
  #3 (permalink)  
Old 01-11-2010, 10:45 AM
Active Member
 
Posts: 25
Default

Anyone have an idea on this one?
Reply With Quote
  #4 (permalink)  
Old 01-11-2010, 11:15 AM
Moderator
 
Posts: 7,928
Default

Code:
su - zimbra
mysql
use zimbra
select id from mailbox where comment = 'user@domain';
use <id from the select>;
select * from appointment;
you should see lots of appointments; whittle down the correct date range and using the item_it you can do
Code:
su - zimbra
zmmailbox -z -m user@domain deleteitem <id from the sql>
to remove the bogus entries.
__________________
Reply With Quote
  #5 (permalink)  
Old 01-11-2010, 12:07 PM
Active Member
 
Posts: 25
Default

Quote:
Originally Posted by uxbod View Post
Code:
su - zimbra
mysql
use zimbra
select id from mailbox where comment = 'user@domain';
use <id from the select>;
select * from appointment;
you should see lots of appointments; whittle down the correct date range and using the item_it you can do
Code:
su - zimbra
zmmailbox -z -m user@domain deleteitem <id from the sql>
to remove the bogus entries.
Perfect, so I can remove them that's really all I need. However is there a way to find out why there ended up in here?

(Also, it should be:
use mboxgroup<id from the select>;
)

Thanks.
Reply With Quote
  #6 (permalink)  
Old 01-11-2010, 12:31 PM
Moderator
 
Posts: 7,928
Default

Are you using zimbra mobile or Funambol ?
__________________
Reply With Quote
  #7 (permalink)  
Old 01-11-2010, 12:34 PM
Active Member
 
Posts: 25
Default

I haven't setup or used either. That Funambol looks pretty cool though.
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.