[fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-26 Thread Lukasz Sokol
On 26/09/13 01:29, Daniel Gaspary wrote: On Wed, Sep 25, 2013 at 12:22 PM, Lukasz Sokol el.es...@gmail.com wrote: CalDAV itself is used on the CRM I use, but I've no demand for interacting with it. Yet.* I have just taken a look at the RFC* and it seems simple to implement. I don't need

[fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-26 Thread Lukasz Sokol
On 25/09/13 20:31, Michael Van Canneyt wrote: On Wed, 25 Sep 2013, Lukasz Sokol wrote: Hello, [...] But I'd like to know, if there is interest in making it 'more sentient', e.g. as a TDataSource/TDataSet descendant directly talking to (reading, at first) DOM.pas's

Re: [fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-26 Thread Michael Van Canneyt
On Thu, 26 Sep 2013, Lukasz Sokol wrote: I also do not see why you would need alterations to DOM.pas, both WebDav and CardDav use plain and simple XML. I merely based my assumption on DOM.pas comment stating level3 is partially implemented... should have worded it differently: It remains

[fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-26 Thread Lukasz Sokol
On 26/09/13 11:00, Michael Van Canneyt wrote: On Thu, 26 Sep 2013, Lukasz Sokol wrote: I also do not see why you would need alterations to DOM.pas, both WebDav and CardDav use plain and simple XML. I merely based my assumption on DOM.pas comment stating level3 is partially

[fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Lukasz Sokol
On 25/09/13 14:56, Daniel Gaspary wrote: On Wed, Sep 25, 2013 at 8:03 AM, Lukasz Sokol el.es...@gmail.com wrote: Seems like the more complicated elements of DOM level 3 will need DOM.pas modifications too. What kind of modification ? Uh, you got me - I don't know as I haven't started

[fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Reinier Olislagers
On 25/09/2013 16:45, Lukasz Sokol wrote: On 25/09/13 14:56, Daniel Gaspary wrote: On Wed, Sep 25, 2013 at 8:03 AM, Lukasz Sokol el.es.cr-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: For now, I was merely asking, what direction the development should take, and whether it's a good idea to

[fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Lukasz Sokol
On 25/09/13 16:00, Reinier Olislagers wrote: On 25/09/2013 16:45, Lukasz Sokol wrote: On 25/09/13 14:56, Daniel Gaspary wrote: On Wed, Sep 25, 2013 at 8:03 AM, Lukasz Sokol el.es.cr-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: For now, I was merely asking, what direction the development

Re: [fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Daniel Gaspary
On Wed, Sep 25, 2013 at 11:45 AM, Lukasz Sokol el.es...@gmail.com wrote: By the way, feedback (is a viable suggestion, no, why..?) on this subject would be appreciated. Of course I will give feedback when (and if) I get any. I was talking about the dom/laz2_dom feedback. But your feedback

Re: [fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Daniel Gaspary
On Wed, Sep 25, 2013 at 2:18 PM, Daniel Gaspary dgasp...@gmail.com wrote: I was talking about the dom/laz2_dom feedback. I was talking about the dom/laz2_dom DEVELOPERS feedback. (Just Correcting myself) ___ fpc-pascal maillist -

Re: [fpc-pascal] Re: RFD: CardDAV support library for FreePascal, call for ideas

2013-09-25 Thread Daniel Gaspary
On Wed, Sep 25, 2013 at 12:22 PM, Lukasz Sokol el.es...@gmail.com wrote: CalDAV itself is used on the CRM I use, but I've no demand for interacting with it. Yet.* I have just taken a look at the RFC* and it seems simple to implement. I don't need CardDav right now, but I believe I will need it