Yes, I'm aware of that, but isn't that only for the visual checks in the appointment compose page?
Imagine the following situation:
I have an appointment set up with three recurrence instances...
Type: Posts; User: ploeger; Keyword(s):
Yes, I'm aware of that, but isn't that only for the visual checks in the appointment compose page?
Imagine the following situation:
I have an appointment set up with three recurrence instances...
You have to use the GetMsgRequest to get more information about a mail after you've got the message ID from the SearchRequest.
Hi there!
I have a question about recurring appointments and resources. When I set up a recurring appointment with resources selected, are the resources checked for each and every instance, is...
Looks like the core developers are doing it the same way, but not reparenting but replacing the element using DwtComposite's replaceElement method.
Hi!
What's the best way of incorporating DWT-widgets in AjxTemplates?
I tried making the template out of DIVs and then reparenting my widgets to those DIVs. That worked but was far from...
For clarification:
This basically means, that you have to create a method in your zimlet named "hoverOver":
myzimlet.prototype.hoverOver = function (object,context,x,y,span) {...}
and add...
Hi Chentao!
First of all, it would be nice of you to at least say hello and goodbye in your question. We're not robots, we're human.
About your problem: I guess it is about SSL certificate...
My 2 cents:
Search Highlighter isn't needed anymore, because the feature is incorporated into core.
Sticky Notes works without a problem here. I don't quite recall, if I have updated it to work...
Hi!
Announcing the Out of office (vacation) Admin extension.
This extension enables administrators to modify the current out of office information for a user without switching to his or her...
Hi!
Is there already some documentation available on how to create your own UC provider? I'd like to create an IM-provider to replace the old Zimbra IM/Chat-feature.
Kind regards
Dennis
Hi Yutaka!
Wow. I had never planned that. I simply wanted the Zimbra-repository to not be owned by me alone, so I've set up the Community organization. But I never actually thought about making...
Yes, I think, you should embed a third party forum solution. You can do this very easily using a TAB-Zimlet, that basically is an iframe connecting to a forum on an intranet-server.
I don't think,...
Hi!
Just wanted to let you know, that I've set up an unofficial mirror of the "main"-branch from Zimbra's Perforce repository on GitHub:
https://github.com/Zimbra-Community/zimbra-sources
...
I think, this is currently not possible. (Sadly)
You should check out this bug and vote for it:
Bug 54295 – RFE - Ability to Choose IMAP Special Folders
Kind regards
Dennis
As far as I know, that's not possible. I personally use JSPs only for backend work, not for frontend-things. So if you just retrieve date from your jsp, you can translate that in the...
Hi!
I'm happy to announce the release of my new zimlet.
This zimlet listens for the hotkey STRG-SHIFT-G and pops up a date selection
box. The user can either choose a date using a mini...
Okay, but what Product should I use? There's no "Gallery" product.
Kind regards
Dennis
Hi!
@Zimbra-Gallery-Maintainers: I think, the version field isn't saved properly. I tried to change the version string in my zimlet, but it seems, that it isn't saved.
Could you please look...
Aaaand it's patching time.
Please download Version 1.1 fixing the following:
v1.1 [20120402]:
[#4] Zimlet doesn't work on Conversations
[#3] Info pane is always shown after reload
[#2]...
Hi!
I'm pleased to announce version 1.0 of our Zimlet "E-Mail defer" (also called Follow-Up-Mails).
This zimlet for the Zimbra Collaboration Suite enables the user to "defer" a
mail (also...
Hi!
I just wanted to let you guys know, that I've rewrote "ZmPublish", a tool that lets you publish Zimbra Addressbooks to a LDAP-server.
If you'd like to try it, head over to github:...
Hi!
I had the same problem and mine resolved to a missing file, which Zimbra couldn't load. You can check by turning up jetty's logging level to DEBUG by changing these lines
%%uncomment...
That works. Thanks. However, the guys at Zimbra should check with the correct search string, though.
Hi!
I'm (again) having a hard time searching for appointments by appointment date.
I want to search for all appointments in 2010.
So I do a :
zmmailbox -z -m <username> s -t appointment...
Ah, I found it. It's in the order of things:
You have to first create your view and expand the template:
html = AjxTemplate.expand(
...