Re: WebDav and CalDav in Pharo ?
Hi Cèdrick, Udo, Any update on using WebDAV/CalDAV in Pharo? We need to work with it as well. We have created a GitHub repo from the SmalltalkHub project here: https://github.com/objectguild/FileSystemNetwork All unit tests are green using a test server URL created using https://www.webdavserver.com. However, there seem to be some issues handling the actual file contents. Is there anybody with experience of the Pharo 8 implementation of FileSystem etc. who wants to assist? (FYI, we cannot work in Pharo 9 (or 10) yet because of technical contraints.) Best, Jonathan van Alteren Guild Member | Object Guild B.V. Software that works âwithâ you jonathan@objectguild.com On 18 Nov 2019, 11:04 +0100, Cédrick Béler <cdrick65@gmail.com>, wrote:
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 <<a href="mailto:cdrick65@gmail.com" class="">cdrick65@gmail.com> 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
participants (1)
-
Jonathan van Alteren