| Author |
Message |
Ralph Scheuer
Guest
|
Posted:
Wed Jan 05, 2005 5:30 pm Post subject:
HELP, please: selecting appointment keywords via WebDAV |
|
|
Hi again,
Sorry for the repost but this is extremely urgent and there probably is a
solution I must have overlooked:
I am trying to select the appointment categories (keywords-utf8) for a user
in Exchange 2003. I can set them in Outlook and I can also see them in
Exchange Explorer, but I never get them when selecting them.
SELECT * also does not produce the desired result.
I can also query the field via the appropriate WHERE statement.
Is there any way to get these categories / keywords via WebDAV?
Please help me.
Ralph Scheuer
<?xml version ="1.0"?><d:searchrequest xmlns:d="DAV:"><d:sql>SELECT
"urn:schemas:calendar:busystatus", "urn:schemas:calendar:location",
"http://schemas.microsoft.com/mapi/subject",
"urn:schemas:httpmail:textdescription",
"urn:schemas:calendar:instancetype", "urn:schemas:calendar:dtstart",
"urn:schemas:calendar:dtend",
"http://schemas.microsoft.com/exchange/keywords-utf8" FROM SCOPE('shallow
traversal of "http://exchangeserver.xxx.com/exchange/xxx/Kalender"') WHERE
"urn:schemas:calendar:dtstart" >= CAST("2004-11-25T00:00:00Z" as
'dateTime') AND "urn:schemas:calendar:dtend" <=
CAST("2005-11-25T00:00:00Z" as 'dateTime') AND "DAV:ishidden" =
false</d:sql></d:searchrequest>
|
|
| Back to top |
|
 |
Henning Krause [MVP]
Guest
|
Posted:
Wed Jan 05, 2005 5:57 pm Post subject:
Re: HELP, please: selecting appointment keywords via WebDAV |
|
|
Hello,
SELECT * does probably not work, because the keyword-utf8 field is not in
the schema for that content-class.
Try only to select the necessary fields via
SELECT "DAV:displayname",
"http://schemas.microsoft.com/exchange/keywords-utf8" FROM ...
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Ralph Scheuer" <ralphscheuer@mac.com> wrote in message
news:BE018E7A.10E9%ralphscheuer@mac.com...
| Quote: | Hi again,
Sorry for the repost but this is extremely urgent and there probably is a
solution I must have overlooked:
I am trying to select the appointment categories (keywords-utf8) for a
user
in Exchange 2003. I can set them in Outlook and I can also see them in
Exchange Explorer, but I never get them when selecting them.
SELECT * also does not produce the desired result.
I can also query the field via the appropriate WHERE statement.
Is there any way to get these categories / keywords via WebDAV?
Please help me.
Ralph Scheuer
?xml version ="1.0"?><d:searchrequest xmlns:d="DAV:"><d:sql>SELECT
"urn:schemas:calendar:busystatus", "urn:schemas:calendar:location",
"http://schemas.microsoft.com/mapi/subject",
"urn:schemas:httpmail:textdescription",
"urn:schemas:calendar:instancetype", "urn:schemas:calendar:dtstart",
"urn:schemas:calendar:dtend",
"http://schemas.microsoft.com/exchange/keywords-utf8" FROM SCOPE('shallow
traversal of "http://exchangeserver.xxx.com/exchange/xxx/Kalender"') WHERE
"urn:schemas:calendar:dtstart" >= CAST("2004-11-25T00:00:00Z" as
'dateTime') AND "urn:schemas:calendar:dtend" <=
CAST("2005-11-25T00:00:00Z" as 'dateTime') AND "DAV:ishidden" =
false</d:sql></d:searchrequest
|
|
|
| Back to top |
|
 |
Ralph Scheuer
Guest
|
Posted:
Wed Jan 05, 2005 6:48 pm Post subject:
AW: HELP, please: selecting appointment keywords via WebDAV |
|
|
Henning,
Thanks for the tip but I already tried that to no avail. This also results
in an empty result.
Anything else I could try?
Thanks again for helping.
Ralph Scheuer
Am 05.01.2005 12:57 Uhr schrieb "Henning Krause [MVP]" unter
<newsgroup.no@spam.infinitec.de> in uwIWO3x8EHA.3840@tk2msftngp13.phx.gbl:
| Quote: | Hello,
SELECT * does probably not work, because the keyword-utf8 field is not in
the schema for that content-class.
Try only to select the necessary fields via
SELECT "DAV:displayname",
"http://schemas.microsoft.com/exchange/keywords-utf8" FROM ...
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Ralph Scheuer" <ralphscheuer@mac.com> wrote in message
news:BE018E7A.10E9%ralphscheuer@mac.com...
Hi again,
Sorry for the repost but this is extremely urgent and there probably is a
solution I must have overlooked:
I am trying to select the appointment categories (keywords-utf8) for a
user
in Exchange 2003. I can set them in Outlook and I can also see them in
Exchange Explorer, but I never get them when selecting them.
SELECT * also does not produce the desired result.
I can also query the field via the appropriate WHERE statement.
Is there any way to get these categories / keywords via WebDAV?
Please help me.
Ralph Scheuer
?xml version ="1.0"?><d:searchrequest xmlns:d="DAV:"><d:sql>SELECT
"urn:schemas:calendar:busystatus", "urn:schemas:calendar:location",
"http://schemas.microsoft.com/mapi/subject",
"urn:schemas:httpmail:textdescription",
"urn:schemas:calendar:instancetype", "urn:schemas:calendar:dtstart",
"urn:schemas:calendar:dtend",
"http://schemas.microsoft.com/exchange/keywords-utf8" FROM SCOPE('shallow
traversal of "http://exchangeserver.xxx.com/exchange/xxx/Kalender"') WHERE
"urn:schemas:calendar:dtstart" >= CAST("2004-11-25T00:00:00Z" as
'dateTime') AND "urn:schemas:calendar:dtend" <=
CAST("2005-11-25T00:00:00Z" as 'dateTime') AND "DAV:ishidden" =
false</d:sql></d:searchrequest
|
|
|
| Back to top |
|
 |
|
|
|
|