FYI, you can find a Zimlet that can talk to Alfresco by CMIS here:
https://github.com/pascalrobert/starxpert_savealfresco
Type: Posts; User: MacTI; Keyword(s):
FYI, you can find a Zimlet that can talk to Alfresco by CMIS here:
https://github.com/pascalrobert/starxpert_savealfresco
I don't think it's possible to replace the data store for the Briefcase with data coming from Alfresco. But it would be possible to have a Tab Zimlet that would act like the Briefcase and using CMIS...
Can we extend SearchRequest to lookup in other applications (Alfresco being one of them) in addition to Zimbra objects? I didn't find anything about this, so my guess is that it's not possible, but...
I'm writing my first Zimlet so that I can show up basic membership information when a member ID (one letter + 4 digits) is detected. So I did this :
<zimlet name="com_acaiq_zimlet_infomembre"...
I also have this problem, and the error in details is :
Cannot modify a property of a sealed object: toJSONString
The culprit is
Cannot modify a property of a sealed object: toJSONString....
Problem solved, the flags have to be set, so I added :
options.setFlags(Provisioning.SA_ALIAS_FLAG);
and it work now.
Hi,
I'm trying to use SearchDirectoryRequest to see if an alias is already taken. I have build my query in Apache Directory Studio and it's working fine there.
So, I'm using the same query in...
I'm creating contacts from an app, and I'm getting this :
com.zimbra.common.soap.SoapFaultException: exceeded limit of 10000 contacts
Does ZCS really have a limit of 10 000 contacts for a given...
2 months is more than enough, I was able to make an Web service to exchange events and contacts between ZCS and a Web (JSP) app in 100 hours.
To fetch calendars, you have 3 options :
- SOAP,...
Hi,
I'm trying to use a calendar as a timeline to display stuff on large screens, so I'm adding events with reccurences every XX minutes, and each event have a 30s duration. Event creation works...
I'm trying to remove dates from a recurrence and I can't figure out how to do it. Let's say I want to create a sequence from January 12th to January 15th, but the sequence can't be done on January...
You can use the SyncRequest SOAP method, but it would be the other apps that would need to query ZCS. Someone told me that we can create mailbox listeners in ZCS so that notifications are sent right...
I'm a bit lost. I'm working on integration between ZCS and a Web app, and one of the thing I have to do is creating events that might have exclusions (event recurring at X days, but not at day Y)....
FRANK (ZCS 5) don't have the timezones defined in zimbra.ldif, you have to look in the EDISON branch :
branches/EDISON/ZimbraServer/conf/ldap/zimbra.ldif
How does the iSync connector find conflicts? For the fun of it, I have set up the sync to "Manually" on my Mac, I modified a email address of a contact, and I did the same thing on my iPhone (same...
Ok, I just found out about SyncRequest, and I think it will do the job. Thanks for the listeners tip, I will look at it if SyncRequest don't cover my needs.
Did you find a solution for this? I have a situation similar to yours.
I have a need where I have to track changes to events and contacts and a change occurs, to send a notification to an external application. For example, User A deletes a contact from his iPhone,...
I can confirm that this problem doesn't appear between Outlook (with the connector) and iCal.
I just found a major problem between iCal, ZCS, Mail and non-ASCII chars. First I created an event in a local calendar with the following subject :
http://macti.ca/images/zcs-ical/ical-event.png
...
And it look the SOAP call don't return the UID either...
Hello all,
I have a need to import vCards to ZCS from another Web app. I also need to link the two together, so I was thinking of adding a X- attribute to store a unique ID for the link, like this...
Can we use this version instead of 5.09 even to migrate mail and contacts or should we use 5.05 only to import calendars?
Ah ok, I didn't have to specify the key when calling deploycrt. I now have a nice commercial SSL certificate on my server :-)
Ok, so I converted the certificate by doing this :
Thawte certificate with own private key - SarWiki
"We have now to extract the PKCS7 for the furter use with openssl. You can either use an...