Create new appointment with webdav - Microsoft Exchange

This is a discussion on Create new appointment with webdav - Microsoft Exchange ; I need to create an appointment with webdav and can successfully do this for the basic meeting properties. However, I need to know how to do this for a meeting that needs to have categories assigned to it. Any ideas ...

+ Reply to Thread
Results 1 to 2 of 2

Create new appointment with webdav

  1. Default Create new appointment with webdav

    I need to create an appointment with webdav and can successfully do
    this for the basic meeting properties. However, I need to know how to
    do this for a meeting that needs to have categories assigned to it.

    Any ideas on how to do this?


  2. Default Re: Create new appointment with webdav

    You need to include the categories property
    http://schemas.microsoft.com/exchange/keywords-utf8 in your Proppatch which
    is a mutlivalued
    property so something like

    "xmlns:e='http://schemas.microsoft.com/exchange/' " & _
    "xmlns:x='XML:' " & _
    "<e:keywords-utf8 b:dt=""mv.string"">" & _
    "<x:v>Cat1</x:v>" & _
    "<x:v>Cat2</x:v>" & _
    "</e:keywords-utf8>" & _

    Cheers
    Glen


    <struveh@yahoo.com> wrote in message
    news:1138047299.810330.59610@g47g2000cwa.googlegroups.com...
    >I need to create an appointment with webdav and can successfully do
    > this for the basic meeting properties. However, I need to know how to
    > do this for a meeting that needs to have categories assigned to it.
    >
    > Any ideas on how to do this?
    >




+ Reply to Thread

Similar Threads

  1. WEBDAV: how to get a Multiline body in webdav created appointment?
    By Application Development in forum Microsoft Exchange
    Replies: 8
    Last Post: 04-30-2007, 01:52 PM
  2. Cannot create calendar appointment via webdav
    By Application Development in forum Microsoft Exchange
    Replies: 2
    Last Post: 08-15-2005, 09:54 AM
  3. Create Appointment vs Meeting Request with WebDAV
    By Application Development in forum Microsoft Exchange
    Replies: 2
    Last Post: 07-07-2005, 03:27 AM
  4. WebDav Appointment Label
    By Application Development in forum Microsoft Exchange
    Replies: 10
    Last Post: 11-19-2004, 04:14 PM
  5. recurring appointment using WebDAV
    By Application Development in forum Microsoft Exchange
    Replies: 0
    Last Post: 07-20-2004, 03:15 PM