General
Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!
-
Support MySQL database
Storing the data in a mysql database
535 votes -
Support CardDAV protocol
The other common protocol used for addresses books, LDAP, is not up to the task :
- It would require complexes specifics schemas to store all needed infos (multiple phones, birthday, contact status/role/position, ...)
- It require rw access to server (not always practical due to client limitations or security policies)
- Inflexible ACLs (how to allow users to share/hide specific contacts with other users on the fly ?)
- An LDAP server is not something you can host on a free hosting webserver (as opposed to PHP application), so doesn't fit much setups for personal uses
- Does not… more241 votesstarted ·
AdminAndrew McMillan
(Admin, DAViCal)
responded
I can’t call this finished until we have some more client support and the RFC is actually published, I think!
-
support SyncML so that one can synchronize PDA / mobilephone
This is a must in production environment : people must be able to synchronize their calendars with their mobile equipment.
After a quick search on the Web, it looks like it does not exist at all yet in the Free world !188 votes -
Integration with RoundCube
Cooperate with roundcube to get more complex PIM solution. They created fine mailwebclient and I think they are considering implementing calendar also.
181 votes -
128 votes
-
Implement scheduling extensions for CalDAV
The scheduling extensions for CalDAV need to be supported. Really.
85 votes -
Improved LDAP support
The current LDAP support is very limited and should be extended massively:
- synchronisation only of users, not disabling groups etc.
- cyclic autmatic synchronization without user invasion (or direct access to LDAP without local storage)
- support for multiple LDAPs (failover)
- support for LDAP groups
- distinguish between Unix Usernames (case sensitive) and Windows usernames (case insensitive)Would really be very nice, if that could be done!
82 votes -
67 votes
-
export to ics file per user
it would be nice if there is a admin function, which exports a user's calendar into an ics file, maybe on a daily basis (cron) for backup. Reason: the complete backup via pg_dump is nice but when someone has broken his calendar (why ever) it's difficult to restore only this calendar.
61 votes -
Integrate Active sync protocol with Z-push
I'm not sure if it is possible, but you would get more cliants with activesync protocol for example using http://z-push.sourceforge.net/soswp/ .
I know syncml is considered, but as there is no working implementation...
38 votes -
support PostgreSQL schemas
PostGreSQL schema support is a management feature that would allow me to have my mail user DB parallel to the Davical DB and have joins against the mail db for user authentication.
30 votes -
Enable "hide_TODO" setting on calendar basis instead of just global.
Instead of just set the setting to "on" or "off" for the whole domain it would be a blast to switch it on a calendar-basis.
This way task for group-calendars (a company or team) would be accessable for all but the private tasks in their other calendars would stay private.
28 votes -
add some screenshots, it realy helps deciding to try it out
would be greate being able to look at it beforehand
23 votes -
exporting carddav contacts
any way to export the carddav contacts easily?
19 votes -
Send email notifications on events
for shared calendars
18 votes -
Fully support iCal4
Just recently I started to use DAViCal in iCal 4.0.4, and it would be great if I could also use the free/busy scheduling, and sending/receiving of event invitations! iCal is a quite popular application so probably I am not the only one with the same wish.
Keep up with the great work.
Cheers,
Filip17 votes -
12 votes
-
Enable syncing with Exchange over WebDAV
I have a Mac at work with Entourage that talks to Exchange server, but I hate Entourage and choose to use Mail/iCal instead. I've written a PHP script that runs on my localhost that can pull calendar events from Exchange over WebDAV and generate a subscribable webcal calendar for iCal. It would be even better if there were a way to enable read-write access to Exchange through iCal via a CalDAV-to-WebDAV translator. Essentially, it would be using Exchange as a data store instead of PostgreSQL.
11 votes -
Implement calendar config load function+format, e.g YAML
I am appreciative of the web admin interface, but now that I have an implementation pattern for DAViCal, I would find it more reliable and efficient to create a calendar, user and role configuration in a source file, then bulk-load it.
For small deployments, it would be quick and easy to copy and edit a template file used previously with success.
For large deployments, it becomes easier and more reliable to script a large configuration file than to perform the same operations in a GUI.
The SQL schema is a bit too complex for the average scripter to create a… more
8 votes -
7 votes