- Zimbra Collaboration 8.6 Patch 9 now available (includes fix for CVE-2017-8802). Read the announcement.
- Zimbra Collaboration 8.8.7 + Zimbra Connector for Outlook 8.8.7 are available.. Read the announcement.
- Are you a Zimbra Developer? You can find some interesting stuff in our Official GitHub: https://github.com/Zimbra and check the Community Projects too: https://github.com/Zimbra-Community/
Search found 8 matches
- Sat Oct 12, 2019 8:01 pm
- Forum: Developers
- Topic: How to set up Zimbra developing and debuging enviroment
- Replies: 2
- Views: 2501
Re: How to set up Zimbra developing and debuging enviroment
I wrote a blog post a while ago on setting up a dev environment for working on an app that uses Zimbra Java client: https://medium.com/@gregsolovyev/how-to ... 1fc592cbaf
- Tue Sep 17, 2019 9:01 pm
- Forum: CalDAV / CardDAV / iSync
- Topic: Sync Google Calendar with Zimbra Calendar
- Replies: 14
- Views: 25529
Re: Sync Google Calendar with Zimbra Calendar
Quick update: Zimbra to Google Calendar sync application now has a new address: https://calsync.widgeterian.com/. Please use this address instead of the old one to manage your calendar settings and subscriptions.
- Tue Sep 17, 2019 8:59 pm
- Forum: CalDAV / CardDAV / iSync
- Topic: Sync Google Calendar with Zimbra Calendar
- Replies: 14
- Views: 25529
Re: Sync Google Calendar with Zimbra Calendar
I wanted the same functionality for a while and could not find anything free (there are some desktop calendar sync apps that cost $40/month and more). So last weekend I wrote a utility https://calsync.widgeterian.com/ . It's very basic. You log in with Google account, then log int to Zimbra. Then, ...
- Mon Nov 05, 2018 4:13 am
- Forum: CalDAV / CardDAV / iSync
- Topic: Sync Google Calendar with Zimbra Calendar
- Replies: 14
- Views: 25529
Re: Sync Google Calendar with Zimbra Calendar
I finally got around to implementing the import in the other direction (from Google to Zimbra). Check it out: https://calsync.widgeterian.com/
- Wed Aug 08, 2018 6:28 pm
- Forum: CalDAV / CardDAV / iSync
- Topic: Sync Google Calendar with Zimbra Calendar
- Replies: 14
- Views: 25529
Re: Sync Google Calendar with Zimbra Calendar
A quick update. I've re-implemented this application using Zimbra's native Java client, so it works much better now. I've also updated the UI using Polymer 3 to make it work in mobile browsers. https://calsync.widgeterian.com/
- Wed Sep 07, 2016 6:45 pm
- Forum: CalDAV / CardDAV / iSync
- Topic: Sync Google Calendar with Zimbra Calendar
- Replies: 14
- Views: 25529
Re: Sync Google Calendar with Zimbra Calendar
I did a quick test and it seems to work well! I'll see how it keeps up in the next few days but otherwise this is the type of tool I was looking for. Thank you for sharing with me. Too bad we can't have it bidirectional. You are welcome and thanks for testing! LMK if you find any issues. As far as ...
- Wed Sep 07, 2016 5:09 pm
- Forum: CalDAV / CardDAV / iSync
- Topic: Sync Google Calendar with Zimbra Calendar
- Replies: 14
- Views: 25529
Re: Sync Google Calendar with Zimbra Calendar
I wanted the same functionality for a while and could not find anything free (there are some desktop calendar sync apps that cost $40/month and more). So last weekend I wrote a utility: https://calsync.widgeterian.com/ . It's very basic. You log in with Google account, then log int to Zimbra. Then, ...
- Wed Oct 01, 2014 6:38 pm
- Forum: Developers
- Topic: Remote debugging info
- Replies: 6
- Views: 1081
Remote debugging info
ZCS 7 uses Jetty (we switched to Jetty from Tomcat in version 5) There's a way to run and debug jetty with jetty-ant plugin. Basically you run jetty as an ant task and use Eclipse remote debugging with jetty-ant plugin. To use jetty-ant, first you need to setup a shell for service webapp. Go to ...