(Fwd) OwnCloud CardDAV search tool on linux

2013-01-28 Thread Torsten Flammiger
Subject: OwnCloud CardDAV search tool on linux User-Agent: Mutt/1.5.21 (2010-09-15) I have written a small read-only tool in C++ to query my OwnCloud storage. See https://github.com/tfl/qvcardsearch for details. Maybe it is useful for somebody. - End forwarded message -

Re: OwnCloud CardDAV search tool on linux

2013-01-27 Thread Torsten Flammiger
On 22:51 So 06 Jan, Patrick Ben Koetter wrote: * Torsten Flammiger nos...@netfg.net: On 21:57 So 06 Jan, Patrick Ben Koetter wrote: * Torsten Flammiger nos...@netfg.net: I have written a small read-only tool in C++ to query my OwnCloud storage. See https://github.com/tfl/qvcardsearch

Re: OwnCloud CardDAV search tool on linux

2013-01-09 Thread Torsten Flammiger
On 22:51 So 06 Jan, Patrick Ben Koetter wrote: The first idea that came to my mind was 'caching' just in case you ever feel bored and have no idea what else to do. how about that: create a local cache of names and email adresses in a small sqlite3 database. Foreach sync create a new temporary

Re: OwnCloud CardDAV search tool on linux

2013-01-09 Thread Patrick Shanahan
* Torsten Flammiger nos...@netfg.net [01-09-13 13:33]: [...] create a local cache of names and email adresses in a small sqlite3 database. Foreach sync create a new temporary table, write all data into that table. In case of success rename the old table (append a timestamp) and make the new

OwnCloud CardDAV search tool on linux

2013-01-06 Thread Torsten Flammiger
I have written a small read-only tool in C++ to query my OwnCloud storage. See https://github.com/tfl/qvcardsearch for details. Maybe it is useful for somebody. Regards Torsten

Re: OwnCloud CardDAV search tool on linux

2013-01-06 Thread Patrick Ben Koetter
* Torsten Flammiger nos...@netfg.net: I have written a small read-only tool in C++ to query my OwnCloud storage. See https://github.com/tfl/qvcardsearch for details. Maybe it is useful for somebody. You are my hero! p@rick -- state of mind () http://www.state-of-mind.de

Re: OwnCloud CardDAV search tool on linux

2013-01-06 Thread Torsten Flammiger
On 21:57 So 06 Jan, Patrick Ben Koetter wrote: * Torsten Flammiger nos...@netfg.net: I have written a small read-only tool in C++ to query my OwnCloud storage. See https://github.com/tfl/qvcardsearch for details. Maybe it is useful for somebody. You are my hero! it's by far lightyears

Re: OwnCloud CardDAV search tool on linux

2013-01-06 Thread Patrick Ben Koetter
* Torsten Flammiger nos...@netfg.net: On 21:57 So 06 Jan, Patrick Ben Koetter wrote: * Torsten Flammiger nos...@netfg.net: I have written a small read-only tool in C++ to query my OwnCloud storage. See https://github.com/tfl/qvcardsearch for details. Maybe it is useful for somebody.