From: Dietrich A. <aut...@gm...> - 2005-08-23 04:33:04
|
edit-ability of remote calendars is determined by the server. webdav *should* work out locking, etc. however, both mozilla calendar (sunbird, tbird extension) publish the *whole* calendar. in most cases, publishing *replaces* the existing file on the server (if you have some custom storage solution behind the webdav server, this may not be the case). so it's not really simultaneous editing of the same calendar by multiple users. also, some "webdav servers", such as the publish.php script in phpicalendar, are not really dav. the publish.php script just dumbly writes the calendar to disk. no locking, no versioning. lightning, the in-development calendaring extension for mozilla thunderbird, supports caldav. caldav is an extension of webdav which allows granular editing of calendar components by multiple users. this should ease group calendaring once available. however, it will require a server that supports caldav, and there are basically none at this point (hula supposedly has support, but last i read on the developer's blog it's not really been tested at all). Ben Francis wrote: > Greg Westin wrote: > >> I think Mozilla Calendar lets you edit calendars via FTP, so that >> should work... I don't know about anything else. Ideally, one would >> have a system that merges changes as if one were using CVS or >> something, so that multiple people can be editing calendars at the >> same time; I suppose a distant second would be locking the calendar >> when one person checks it out, or just plain overwriting the file as >> I assume Mozilla Calendar does. > > AFAIK using webdav Mozilla Calendar supports multiple people editing > the same calendar, Apple's iCal does not. Shouldn't WebDAV sort out > all the locking to prevent conflicts? > > -- > Ben "tola" Francis > http://hippygeek.co.uk > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing > & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > |