How can I get appointment list from zimlet?

Interested in talking about Mash-up's? This is the place.
Kenji
Posts: 17
Joined: Fri Sep 12, 2014 10:12 pm

How can I get appointment list from zimlet?

Post by Kenji »

How can I get appointment list from zimlet?
I searched this Zimbra forum.

then, I found this thread.

I">http://www.zimbra.com/forums/showthread ... ppointment
I saw it,then I understood that following method make getting appointment list possible.



・GetApptSummariesRequest

・SyncRequest
I found GetApptSummariesRequest in doc/soap-calender.txt

but I wasn't enable to find SyncRequest anywhere.
Please teach me how to use SyncRequest.
Thanks&Regards
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

How can I get appointment list from zimlet?

Post by 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 lists of appointments.
Kenji
Posts: 17
Joined: Fri Sep 12, 2014 10:12 pm

How can I get appointment list from zimlet?

Post by Kenji »

Thanks your reply.

But I can't get data zimlet.
Where can I get data zimlet?
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

How can I get appointment list from zimlet?

Post by 14319KevinH »

It's the date Zimlet not data Zimlet. The code for this is in CVS.
http://cvs.zimbra.com:8080/viewrep/zimb ... imbra_date
Kenji
Posts: 17
Joined: Fri Sep 12, 2014 10:12 pm

How can I get appointment list from zimlet?

Post by Kenji »

[quote user="14319KevinH"]It's the date Zimlet not data Zimlet. The code for this is in CVS.
http://cvs.zimbra.com:8080/viewrep/zimb ... imbra_date[/QUOTE">
I couldn't access this site and http://cvs.zimbra.com:8080 :(

Time out error occur.

any ideas?
Next, I try to do following command
cvs -z6 -d :pserver:anonymous:@cvs.zimbra.com:/usr/local/cvsroot co main
but it failed...
Logging in to :pserver:anonymous@cvs.zimbra.com:2401/usr/local/cvsroot

cvs [login aborted]: connect to cvs.zimbra.com(72.3.250.100):2401 failed: Connection timed out
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

How can I get appointment list from zimlet?

Post by phoenix »

That site & link that KevinH gave is working fine for me. Can you get to the main page at http://cvs.zimbra.com:8080/ ?
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
Kenji
Posts: 17
Joined: Fri Sep 12, 2014 10:12 pm

How can I get appointment list from zimlet?

Post by Kenji »

It couldn't be access too...
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

How can I get appointment list from zimlet?

Post by phoenix »

Well, the site is up and accesssible. Do you have any firewall or proxy on your system that may be causing problems?
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
dijichi2
Elite member
Elite member
Posts: 1133
Joined: Fri Sep 12, 2014 10:00 pm

How can I get appointment list from zimlet?

Post by dijichi2 »

8080 is often blocked by overzealous isp's and it departments as it's the defacto proxy port and often used for nefarious means, including open proxies. i must say putting cvs on there is a strange thing to do.
Kenji
Posts: 17
Joined: Fri Sep 12, 2014 10:12 pm

How can I get appointment list from zimlet?

Post by Kenji »

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!
Post Reply