| | 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 | <!-- ================================================================== |
|---|