example_config_response.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <resources xmlns="urn:com.inf-it:configuration">
  2. <resource>
  3. <type>
  4. <calendar />
  5. </type>
  6. <href>http://www.server.com:8080/principals/users/user/</href>
  7. <hreflabel></hreflabel>
  8. <crossdomain>null</crossdomain>
  9. <forcereadonly>null</forcereadonly>
  10. <withcredentials>false</withcredentials>
  11. <settingsaccount>true</settingsaccount>
  12. <checkcontenttype>true</checkcontenttype>
  13. <delegation>true</delegation>
  14. <ignorealarms>false</ignorealarms>
  15. <backgroundcalendars />
  16. <userauth>
  17. <username>user</username>
  18. <password>password</password>
  19. </userauth>
  20. <timeout>90000</timeout>
  21. <locktimeout>10000</locktimeout>
  22. </resource>
  23. <resource>
  24. <type>
  25. <calendar />
  26. </type>
  27. <href>http://www.server2.com:80/caldav.php/user/</href>
  28. <hreflabel></hreflabel>
  29. <crossdomain>null</crossdomain>
  30. <forcereadonly>true</forcereadonly>
  31. <withcredentials>false</withcredentials>
  32. <settingsaccount>false</settingsaccount>
  33. <checkcontenttype>true</checkcontenttype>
  34. <delegation>
  35. <resource>/caldav.php/user/</resource>
  36. <resource>/principals/users/user%40domain.com/</resource>
  37. <resource>re:^/caldav.php/a[b-x].+/$</resource>
  38. <resource>re|i:^/caldav.php/a[b-x].+/$</resource>
  39. </delegation>
  40. <ignorealarms>
  41. <collection>/caldav.php/user/collection/</collection>
  42. <collection>/caldav.php/user%40domain.com/collection/</collection>
  43. <collection>re:^/caldav.php/user/collection[0-9]/$</collection>
  44. <collection>re|i:^/caldav.php/user/collection[0-9]/$</collection>
  45. </ignorealarms>
  46. <backgroundcalendars>
  47. <collection>/caldav.php/user/collection/</collection>
  48. <collection>/caldav.php/user%40domain.com/collection/</collection>
  49. <collection>re:^/caldav.php/user/collection[0-9]/$</collection>
  50. <collection>re|i:^/caldav.php/user/collection[0-9]/$</collection>
  51. </backgroundcalendars>
  52. <userauth>
  53. <username>user</username>
  54. <password>password</password>
  55. </userauth>
  56. <timeout>90000</timeout>
  57. <locktimeout>10000</locktimeout>
  58. </resource>
  59. <resource>
  60. <type>
  61. <calendar />
  62. </type>
  63. <href>https://www.server3.com:8443/caldav.php/user/</href>
  64. <hreflabel></hreflabel>
  65. <crossdomain>null</crossdomain>
  66. <forcereadonly>
  67. <collection>/caldav.php/user/collection/</collection>
  68. <collection>/caldav.php/user%40domain.com/collection/</collection>
  69. <collection>re:^/caldav.php/user/collection[0-9]/$</collection>
  70. <collection>re|i:^/caldav.php/user/collection[0-9]/$</collection>
  71. </forcereadonly>
  72. <withcredentials>false</withcredentials>
  73. <settingsaccount>false</settingsaccount>
  74. <checkcontenttype>true</checkcontenttype>
  75. <delegation>false</delegation>
  76. <ignorealarms>false</ignorealarms>
  77. <backgroundcalendars />
  78. <userauth>
  79. <username>user</username>
  80. <password>password</password>
  81. </userauth>
  82. <timeout>90000</timeout>
  83. <locktimeout>10000</locktimeout>
  84. </resource>
  85. </resources>