Changeset 1761

Show
Ignore:
Timestamp:
03/12/08 01:13:46
Author:
douglm
Message:

Allow subscriptions to web calendars via the CalDAV server.

This requires an extra element in the options file to specify the url fro the web calendar service.

This update should allow Apple ical users to subscribe to sahred calendars as an interim measure until we deploy bedework aliases.

It also should be usable by Google etc. This does not implement the filtering which the user and public events interface have. These features will probably appear as filtered subscriptiuons in bedework.

Files:

Legend:

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

    r1678 r1761  
    287287          <!-- Comment out or delete for no freebusy url service --> 
    288288          <fburlServiceURI>/fbsvc</fburlServiceURI> 
     289 
     290          <!-- Comment out or delete for no web calendar service --> 
     291          <webcalServiceURI>/webcal</webcalServiceURI> 
    289292        </Usercaldav> 
    290293 
     
    300303          <!-- Comment out or delete for no freebusy url service --> 
    301304          <fburlServiceURI>/fbsvc</fburlServiceURI> 
     305 
     306          <!-- Comment out or delete for no web calendar service --> 
     307          <webcalServiceURI>/webcal</webcalServiceURI> 
    302308        </Pubcaldav> 
    303309