WebDav and CalDav in Pharo ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

WebDav and CalDav in Pharo ?

cedreek
Hi all,

I do some experiments with iCal. For now I serve a full calendar over HTTP. Not bad, but it is read only.

I’d like to try CalDAV. I was looking for it, and also webDAV.

Gofer it
    smalltalkhubUser: 'UdoSchneider' project: 'FileSystemNetwork';
    configuration;
    load.
#ConfigurationOfFileSystemNetwork asClass project stableVersion load: 'Webdav'

I’ve found the project of Udo, but it doesn’t load on P8. I think this is due to the stream refactoring. Right now the image hung. I’ll try maybe to load it manually. But I was wondering oof there were other alternatives ?


TIA,

Cédrick
Reply | Threaded
Open this post in threaded view
|

Re: WebDav and CalDav in Pharo ?

Udo Schneider
Hi Cédrik,

I did some updates some time ago which I didn’t push. Let me check how these work. I have to warn you though that I’m not doing a lot with Pharo at the moment ... family first 👶 

CU,

Udo

Sent from my iPhone

On 18. Nov 2019, at 10:26, Cédrick Béler <[hidden email]> wrote:

Hi all,

I do some experiments with iCal. For now I serve a full calendar over HTTP. Not bad, but it is read only.

I’d like to try CalDAV. I was looking for it, and also webDAV.

Gofer it
    smalltalkhubUser: 'UdoSchneider' project: 'FileSystemNetwork';
    configuration;
    load.
#ConfigurationOfFileSystemNetwork asClass project stableVersion load: 'Webdav'

I’ve found the project of Udo, but it doesn’t load on P8. I think this is due to the stream refactoring. Right now the image hung. I’ll try maybe to load it manually. But I was wondering oof there were other alternatives ?


TIA,

Cédrick
Reply | Threaded
Open this post in threaded view
|

Re: WebDav and CalDav in Pharo ?

cedreek

Hi Cédrik,

I did some updates some time ago which I didn’t push. Let me check how these work.

Cool :). Also, would you mind doing a GitHub repo for this project ?  I didn’t find it on your account  :)

I have to warn you though that I’m not doing a lot with Pharo at the moment ... family first 👶 

Cool :) 

No problem and not urgent anyway,

Thank you Udo,

Cédrick



CU,

Udo

Sent from my iPhone

On 18. Nov 2019, at 10:26, Cédrick Béler <[hidden email]> wrote:

Hi all,

I do some experiments with iCal. For now I serve a full calendar over HTTP. Not bad, but it is read only.

I’d like to try CalDAV. I was looking for it, and also webDAV.

Gofer it
    smalltalkhubUser: 'UdoSchneider' project: 'FileSystemNetwork';
    configuration;
    load.
#ConfigurationOfFileSystemNetwork asClass project stableVersion load: 'Webdav'

I’ve found the project of Udo, but it doesn’t load on P8. I think this is due to the stream refactoring. Right now the image hung. I’ll try maybe to load it manually. But I was wondering oof there were other alternatives ?


TIA,

Cédrick