diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-01 00:37:02 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-01 00:37:02 +0000 |
commit | cc29364f06178f8f6b457384f2ec37a042bd9d43 (patch) | |
tree | 7c77a3184c698bbf9d98cef09fb1ba8124daceba /korganizer/kogroupwareprefspage.ui | |
parent | 4f6c584bacc8c3c694228f36ada3de77a76614a6 (diff) | |
download | tdepim-cc29364f06178f8f6b457384f2ec37a042bd9d43.tar.gz tdepim-cc29364f06178f8f6b457384f2ec37a042bd9d43.zip |
* Massive set of changes to bring in all fixes and enhancements from the Enterprise PIM branch
* Ensured that the Trinity changes were applied on top of those enhancements, and any redundancy removed
* Added journal read support to the CalDAV resource
* Fixed CalDAV resource to use events URL for tasks and journals when separate URL checkbox unchecked
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170461 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/kogroupwareprefspage.ui')
-rw-r--r-- | korganizer/kogroupwareprefspage.ui | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/korganizer/kogroupwareprefspage.ui b/korganizer/kogroupwareprefspage.ui index d6f14f9ad..a4e558fbf 100644 --- a/korganizer/kogroupwareprefspage.ui +++ b/korganizer/kogroupwareprefspage.ui @@ -39,7 +39,7 @@ <cstring>TextLabel1</cstring> </property> <property name="text"> - <string>By publishing Free/Busy information, you allow others to take your calendar into account when inviting you for a meeting. Only the times you have already busy are published, not why they are busy.</string> + <string>By publishing Free/Busy information, you allow others to take your calendar into account when inviting you for a meeting. Only the times you have already busy are published, not why they are busy. For Kolab2 Server leave this disabled (the information is generated on the server).</string> </property> <property name="alignment"> <set>WordBreak|AlignVCenter</set> @@ -182,8 +182,7 @@ Note: If KOrganizer is acting as a KDE Kolab client, this is not required, as th </property> <property name="whatsThis" stdset="0"> <string>Enter the URL for the server on which your Free/Busy information shall be published here. -Ask the server administrator for this information. -Here is a Kolab2 server URL example: "webdavs://kolab2.com/freebusy/joe@kolab2.com.ifb"</string> +Ask the server administrator for this information.</string> </property> </widget> <widget class="QCheckBox" row="7" column="0" rowspan="1" colspan="2"> @@ -278,8 +277,7 @@ A Kolab2 server specificity: Registered your UID (Unique IDentifier). By default </property> <property name="whatsThis" stdset="0"> <string>Enter the URL for the server on which your Free/Busy information shall be published here. -Ask the server administrator for this information. -Here is a Kolab2 server URL example: "webdavs://kolab2.com/freebusy/joe@kolab2.com.ifb"</string> +Ask the server administrator for this information.</string> </property> </widget> </grid> @@ -385,9 +383,11 @@ Here is a Kolab2 server URL example: "webdavs://kolab2.com/freebusy/joe@kolab2.c <property name="whatsThis" stdset="0"> <string>Enter the URL for the server on which the Free/Busy information is published here. Ask the server administrator for this information. -Here is a Kolab2 server URL example: "webdavs://kolab2.com/freebusy/" +Here is a Kolab2 Server URL example: "https://kolab2.example.com/freebusy/" Here is a generic server example: "http://myserver.net/%u@%d/?internal.ics" -%u expands to the username, and %d expands to the domain name.</string> +%u expands to the username, and %d expands to the domain name. +Alternatively, you can specify a full path to the Free/Busy file, +For example: "https://kolab2.example.com/freebusy/user.xfb"</string> </property> </widget> <widget class="QLineEdit"> @@ -400,9 +400,11 @@ Here is a generic server example: "http://myserver.net/%u@%d/?internal.ics" <property name="whatsThis" stdset="0"> <string>Enter the URL for the server on which the Free/Busy information is published here. Ask the server administrator for this information. -Here is a Kolab2 server URL example: "webdavs://kolab2.com/freebusy/" +Here is a Kolab2 Server URL example: "https://kolab2.example.com/freebusy/" Here is a generic server example: "http://myserver.net/%u@%d/?internal.ics" -%u expands to the username, and %d expands to the domain name.</string> +%u expands to the username, and %d expands to the domain name. +Alternatively, you can specify a full path to the Free/Busy file, +For example: "https://kolab2.example.com/freebusy/user.xfb"</string> </property> </widget> </hbox> |