Changeset 1577

Show
Ignore:
Timestamp:
10/04/07 09:45:59
Author:
douglm
Message:

Make CalDAV more server to server and freebusy more configurable.

Fix CalDAV bug that didn't allow deletion of collections.

Fix alarm support so that alarms will be modified and deleted.

Look for Mozilla alarm x-properties and turn them into alarm deletes and modifies

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/configs/democal.options.xml

    r1546 r1577  
    230230 
    231231        <!-- ================================================================== 
     232                          User CalDAV server UserCalDAV 
     233             ================================================================== --> 
     234        <UserCalDAV classname="org.bedework.calfacade.configs.CalDAVConfig"> 
     235          <!-- Comment out or delete for no real time server to server service 
     236               Currently under development and may present a security risk in 
     237               production systems --> 
     238          <realTimeServiceURI>/rtsvc</realTimeServiceURI> 
     239 
     240          <!-- Comment out or delete for no freebusy url service --> 
     241          <fburlServiceURI>/fbsvc</fburlServiceURI> 
     242        </UserCalDAV> 
     243 
     244        <!-- ================================================================== 
     245                          Public (unauthenticated) CalDAV server PublicCalDAV 
     246             ================================================================== --> 
     247        <PublicCalDAV classname="org.bedework.calfacade.configs.CalDAVConfig"> 
     248          <!-- Comment out or delete for no real time server to server service 
     249               Currently under development and may present a security risk in 
     250               production systems --> 
     251          <realTimeServiceURI>/rtsvc</realTimeServiceURI> 
     252 
     253          <!-- Comment out or delete for no freebusy url service --> 
     254          <fburlServiceURI>/fbsvc</fburlServiceURI> 
     255        </PublicCalDAV> 
     256 
     257        <!-- ================================================================== 
    232258                          Dump restore program dumpres 
    233259             ================================================================== -->