Search found 17 matches

by Kenji
Thu Jul 13, 2006 9:03 pm
Forum: Zimlets
Topic: How do we distinguish each one of series appointments?
Replies: 1
Views: 987

How do we distinguish each one of series appointments?

I want to learn the identification method of series appointments by unique ID. I get appointment list by using getApptSummaries. They have _uniqId, id, invId. If they are created by repeat, they have _seriesInvId too. I don't know their meaning. How do we distinguish each one of series appointments?...
by Kenji
Thu Jul 13, 2006 7:08 pm
Forum: Zimlets
Topic: Do appointment have "modified date" field?
Replies: 6
Views: 982

Do appointment have "modified date" field?

I saw appointment table of mailboxX.
appointment table have u_id, item_id, start_time and end_time field.

modified date field is not in appointment table.
Where do modified date field be stored?
Thanks.
by Kenji
Tue Jul 11, 2006 12:32 am
Forum: Zimlets
Topic: Do appointment have "modified date" field?
Replies: 6
Views: 982

Do appointment have "modified date" field?

Hi.

I have a question.
Do appointment have "modified date" field?
If appointment have modified date field,

Can I get it?
Thanks&Regards
by Kenji
Thu Jul 06, 2006 8:52 pm
Forum: Zimlets
Topic: How can I get appointment list from zimlet?
Replies: 20
Views: 3010

How can I get appointment list from zimlet?

Finally, I could got appointment list!!!
Thanks KevinH
by Kenji
Tue Jun 27, 2006 1:46 am
Forum: Zimlets
Topic: How can I get appointment list from zimlet?
Replies: 20
Views: 3010

How can I get appointment list from zimlet?

Hello KevinH. You said following message. [quote user="14319KevinH"] If you already in a Zimlet then you can use the native JS calls rather than trying to make another SOAP call. Take a look at the date zimlet. date.js it has code to get a handle to the calendar controller and get various ...
by Kenji
Fri Jun 23, 2006 3:01 am
Forum: Zimlets
Topic: How can I get appointment list from zimlet?
Replies: 20
Views: 3010

How can I get appointment list from zimlet?

I create com_zimbra_date by using date.js.
The same error occur.
Please watche this zimlet.
com_zimbra_date.zip
by Kenji
Fri Jun 23, 2006 2:14 am
Forum: Zimlets
Topic: How can I get appointment list from zimlet?
Replies: 20
Views: 3010

How can I get appointment list from zimlet?

I mistaked. It is date.js. I modified my source. --------------------------------------------------------- /// Called by the Zimbra framework when the SForce panel item was clicked Com_Zimbra_SForce.prototype.singleClicked = function() { alert('singleClicked start'); //Com_Zimbra_SForce.prototype._n...
by Kenji
Thu Jun 22, 2006 5:30 am
Forum: Zimlets
Topic: How can I get appointment list from zimlet?
Replies: 20
Views: 3010

How can I get appointment list from zimlet?

I watched data.js to know how to get appointment list. But I couldn't understand how to use... :( Can "_newApptListener" function in data.js get calendar controller to get appointment list? Com_Zimbra_Date.prototype._newApptListener = function() { var cc = this._appCtxt.getApp(ZmZimbraMail...
by Kenji
Wed Jun 21, 2006 9:44 am
Forum: Zimlets
Topic: How can I use multibyte character in zimlet?
Replies: 7
Views: 1952

How can I use multibyte character in zimlet?

I see. I want to encode string to Unicode without using native2ascii. I prepared two files. They are being encoded to Unicode(UTF-8,UTF-16) If string is encoded to UTF-8, then broken string is displayed. But if string is encoded to UTF-16, then normal string is displayed. I want to convert UTF-8 to ...
by Kenji
Wed Jun 21, 2006 9:13 am
Forum: Zimlets
Topic: How can I get appointment list from zimlet?
Replies: 20
Views: 3010

How can I get appointment list from zimlet?

I can access cvs at my home but I can't access it at my office.

Something might be obstructing it at my office.
But my purpose was achieved.

I've get data.js.

I watch it from now on.
Thanks KevinH, phoenix, dijichi2 and others!