More additions based on some discussion with Gunnar in IRC:
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 12 Sep 2009 15:06:36 +0000 (11:06 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:54 +0000 (16:53 -0400)
commit6323202895a367e7386749b3a09cfb54bae5b48a
tree04e2a40b58a54fe3174c805627433cf6266d5733
parent04069c8914935391d3113e93098da03dccc96e8d
More additions based on some discussion with Gunnar in IRC:
 - Allow specifying if a resource is required or optional
 - Add a response_type property to resources. Specifies if REQUESTS are
   either always accepted, always denied, automatically accepted/denied
   based on actual availability, handled manually (still todo), or simply
   ignored (set response to NONE).

Also, try to clean up the implementation - trying to make it more likely
to be able to be extened for kolab. No idea if this helps of not though ;)
13 files changed:
kronolith/attendees.php
kronolith/lib/Driver/Resource.php
kronolith/lib/Driver/Sql.php
kronolith/lib/Forms/CreateResource.php
kronolith/lib/Forms/EditResource.php
kronolith/lib/FreeBusy/View.php
kronolith/lib/Kronolith.php
kronolith/lib/Resource.php [new file with mode: 0644]
kronolith/lib/Resource/Base.php
kronolith/lib/Resource/Single.php
kronolith/resources/edit.php
kronolith/scripts/upgrades/2009-08-17_add_resources.sql
kronolith/templates/attendees/attendees.inc