Hi Adrien,
On Aug 28, 2013, at 12:27 PM, Adrien MALGOYRE <malgoyre@pytheas.univ-amu.fr> wrote:
Hi Ján, hi list
First of all, thanks for your great job! And sorry for my poor english
Today, we use Agendav (www.agendav.org) for our users.
I follow your work since the first release.
We need features before migrate from Agendav to CaldavZap in a near future.
Maybe it's already in your roadmap? (if not, can you give us your point of view? I read that you work first on the performance issues)
- Agendav allow users to share their own calendar(s) directly to other users present in the davical server database.
We like this feature because the davical admin frontend is too complex for basic users.
I really don't know how this "sharing" works ... do you have any technical documentation or hints about this feature? If it is supported directly by DAViCal we can add it, but if it is "hardcoded" into Agendav database, then there is no way to add it (our client is pure JavaScript).
To display the principals list, an XML search is done using the davical server.
After that, the Agendav PHP code use the following function : caldav->setacl to share a resource.
The XML request is describe in web/application/libraries/Caldav.php
I'm not a dev expert, you might take a look !
- Is-there a way to let the user to choose the color of his calendars. Usefull for groups: each member can select the color of his choice for the team calendar.
This feature is not server-dependant (i know that the color can be transmitted to the caldav server but this is not what we want)
Currently we support only sever-side color (stored as dav property) and we have plan to add support for editing it. The main problem is, that if we add support for server-side color management, I have no idea how to not confuse users with another "local color" management.
OK