On Sat, 21 May 2011 20:13:24 +0200, Michael Rasmussen wrote: > On Sat, 21 May 2011 13:31:58 -0400 > Julien Vehent <[email protected]> wrote: > >> >> Hi Roland, >> Thanks a lot for coding this. >> I pushed it to my roundcube installation, but I'm a bit confusing >> on >> how to connect it to my davical calendar. >> Could you please provide a config example that works with davical ? >> > I have found out that the reason behind it do not work is a matter of > some missing tables - events_cache and caldav_event. There are no > information about the data structures of these tables.
You need to create three database tables: (*) events (*) events_cache (*) events_caldav The scripts are located in the plugin's SQL folder. To connect to a CalDAV you just need to toogle the Provider select box in calendar settings. When saved you'll see input fields to insert the access data. > > -- > Hilsen/Regards > Michael Rasmussen > > Get my public GnuPG keys: > michael <at> rasmussen <dot> cc > http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E > mir <at> datanom <dot> net > http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C > mir <at> miras <dot> org > http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917 > -------------------------------------------------------------- > > > > --- 8< --- detachments --- 8< --- > The following attachments have been detached and are available for > viewing. > http://detached.gigo.com/rc/ka/DbTM1J4O/signature.asc > Only click these links if you trust the sender, as well as this > message. > --- 8< --- detachments --- 8< --- _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/8f4f07cd
