Create Task

  • Hallo alle zusammen :)

    Kurze Frage, und zwar will ich in Microsoft Outlook über XML eine Task anlegen, in der ein Reminder gesetzt wird.

    Bisher klappt alles soweit, nur wird meine Reminderzeit nicht berücksichtigt.

    Kann mir da evtl. jemand helfen?

    Ich schicke euch mal einen Teil meines Codes:

    Quellcode

    1. <Items>
    2. <t:Task>
    3. <t:Subject>XML Test</t:Subject>
    4. <t:Body BodyType="HTML"></t:Body>
    5. <t:Categories>
    6. <t:String>MAIHIRO - Aufgabe</t:String>
    7. </t:Categories>
    8. <t:Importance>Normal</t:Importance>
    9. <t:ReminderIsSet>true</t:ReminderIsSet>
    10. <t:ReminderMinutesBeforeStart>40</t:ReminderMinutesBeforeStart>
    11. <t:ExtendedProperty>
    12. <t:ExtendedFieldURI DistinguishedPropertySetId="PublicStrings" PropertyName="CRMGUID" PropertyType="String"/>
    13. <t:Value>005056BA001C1ED280E70E2015240E88</t:Value>
    14. </t:ExtendedProperty>
    15. <t:DueDate>2012-12-07T11:00:00</t:DueDate>
    16. <t:PercentComplete>050</t:PercentComplete>
    17. <t:StartDate>2012-12-07T11:00:00</t:StartDate>
    18. <t:Status>InProgress</t:Status>
    19. </t:Task>
    20. </Items>
    21. </CreateItem>
    22. </soap:Body>
    23. </soap:Envelope>
    Alles anzeigen


    Viele Grüße,
    Christian