
chris at netcar24
May 28, 2012, 10:56 PM
Post #4 of 6
(249 views)
Permalink
|
hi scott, yes. manipulating database is the clean way to change names of collections. i don't know if the following matches your needs, but creating a bind should do the trick, too! e.g. curl --basic --user 'user1' \ -X BIND -H 'Content-Type: text/xml; charset="UTF-8"' \ --insecure --url 'https://davical.example.com/caldav.php/user1/' \ -d \ '<?xml version="1.0" encoding="utf-8"?> <bind xmlns="DAV:"> <segment>addresses</segment> <href>/caldav.php/user1/contacts</href> </bind>'; cheers, chris --On Montag, Mai 28, 2012 23:37:48 +1200 Andrew McMillan <andrew [at] morphoss> wrote: > On Fri, 2012-05-25 at 09:49 -0600, Scott Barker wrote: >> A couple of months ago, I asked the following question, but got no >> reply. I was wondering if anyone might be able to answer it now? > > Hi Scott, > > I've added some information onto the wiki about how to do this now: > > http://wiki.davical.org/w/Database/Tables/Collection > > Hope that's clear :-) > > Regards, > Andrew. >> >> On Tue, Mar 06, 2012 at 03:49:56PM -0700, Scott Barker wrote: >> > What is the best way to rename calendar and contact collections? I have >> > older users with /home/ and /contacts/, but newer users were created >> > with /calendar/ and /addresses/. I would like to set all users to use >> > the same collection names, to make supporting them easier. Thanks. >> >> Thanks. -- netcar24 GmbH Systems Engineer Technologiezentrum Koblenz Universitätsstrasse 3 56070 Koblenz Geschäftsführer / CEO: Michael Deuse Geschäftsführer / CTO: Karsten Stoppe Amtsgericht Koblenz HRB 20055 HOTLINE: +49-1805-808444 *) FAX: +49-261-8854350 cs [at] netcar24 www.netcar24.com www.re-fleet.com Autohausverwaltung für Profis Softwaresolutions for automotive retail *) 14Cent/min aus dem deutschen Festnetz max. 42Cent/min aus dem Mobilfunknetz ------------------------------------------------------------------- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort netcar24 und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. Disclaimer: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient, please notify netcar24 immediately and delete this email from your system. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. Although this message was scanned for viruses before being sent, the company accepts no liability for any loss, damage or expense resulting directly or indirectly from the access of this e-mail or any attached files. -------------------------------------------------------------------- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Davical-general mailing list Davical-general [at] lists https://lists.sourceforge.net/lists/listinfo/davical-general
|