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

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 03-13-2007, 12:05 AM
Member
 
Posts: 13
Default Delete Appointments

Hi all

I have Created Appointments zimlets.

Com_Zimbra_ViewAppointment.prototype.getAppt=funct ion()
{
var appt=new ZmAppt(this._appCtxt);
appt.setName("Test");
appt.setTextNotes("Text Notes");
appt.setStartDate("3/2/2007");
appt.setEndDate("3/2/2007");
appt.startDate.setHours(7,00);
appt.endDate.setHours(8,00);
}

Com_Zimbra_ViewAppointment.prototype.init =
function() {
this.getAppt();
}

This code create appointments.
Problem is each time when i refresh the page, new appointment is created. ie.multiple instance of same appointment is created. How to avoid this.

Is there any option for deleting appointments

Thank you in advance.

Regards
Rema
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.