I'm using WebDAV to create a task. I'm using the xml below to create the
task. However, Outllook doesn't recognize the start date (0x8104) and due
date (0x8105), and many others. When I do a PROPFIND on the item, the values
are set but they look different than a task created through Outlook. The one
created by Outlook as the type attribute whereas the ones I create do not. I
have tried using the type (ie b.dt="int") on the values when creating the
item with no luck.

Any ideas?

<?xml version="1.0"?>
<a:propertyupdate
xmlns:a="DAV:"
xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882"
xmlns:c="xml:"
xmlns:d="urn:schemas:contacts:"
xmlns:e="urn:schemas:httpmail:"
xmlns:f="http://schemas.microsoft.com/exchange/";
xmlns:g="urn:schemas:calendar:"
xmlns:h="urn:schemas-microsoft-com:exch-data:"
xmlns:i="urn:schemas-microsoft-com:office:office"
xmlns:j="urn:schemas:mailheader:"
xmlns:k="http://schemas.microsoft.com/mapi/proptag/";
xmlns:l="http://schemas.microsoft.com/repl/";
xmlns:m="http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-00000
0000046}/"
xmlns:t="http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-00000
0000046}/"
>
  <a:set>
   <a:prop>
    <a:contentclass>urn:content-classes:task</a:contentclass>
    <f:outlookmessageclass>IPM.Task</f:outlookmessageclass>
    <e:subject>Outlook - Poster</e:subject>
    <f:keywords-utf8>
     <c:v>Business</c:v>
     <c:v>Personal</c:v>
    </f:keywords-utf8>
    <d:billinginformation>IBM Corp</d:billinginformation>
    <f:mileage>555</f:mileage>
    <f:importance>2</f:importance>
    <m:0x811F>robxs</m:0x811F>
    <m:0x8126>0</m:0x8126>
    <m:0x811C>0</m:0x811C>
    <m:0x8111>0</m:0x8111>
    <m:0x8110>0</m:0x8110>
    <m:0x8105>2002-03-30T00:00:00.000Z</m:0x8105>
    <m:0x8104>2002-03-25T00:00:00.000Z</m:0x8104>
    <m:0x8103>0</m:0x8103>
    <m:0x8102>.5</m:0x8102>
    <m:0x8101>1</m:0x8101>
    <t:0x8503>0</t:0x8503>
    <t:0x8502>2002-03-30T13:00:00.000Z</t:0x8502>
    <t:0x8517>2002-03-30T05:00:00.000Z</t:0x8517>
    <t:0x8516>2002-03-25T05:00:00.000Z</t:0x8516>
   </a:prop>
  </a:set>
</a:propertyupdate>



_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to