Well, I was also wanting to update existing calendar entries over HTTP too, which seems to expose the weaknesses of this idea =)

On Feb 6, 2007, at 11:02 AM, Helge Hess wrote:

On Feb 6, 2007, at 16:58, Joe Auty wrote:
Hmmm.. I was thinking that I could write a Perl or PHP script that would accept stuff from the website and pass this request off to Cadaver (e.g. PHP exec), but I realize that this wasn't extremely well thought out on my part =)

You just want to have some kind of "create new event mask" on a website to enter a new event into the server?

Thats quite easy
1. generate the iCal from your form data in your PHP/Perl script
2. generate a unique ID (certainly there is some guid function in PHP/Perl)
3. just PUT the iCal event to your server

Thats it. Its not even WebDAV, its plain HTTP ;-)

Greets,
  Helge
--
Helge Hess
http://www.helgehess.eu/


_______________________________________________
cadaver mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/cadaver

_______________________________________________
cadaver mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/cadaver

Reply via email to