a23rd
Joined: 19 Apr 2006
Posts: 1
|
Posted:
Wed Apr 19, 2006 6:23 am Post subject:
reading rrule for recurring appointment |
|
|
I am using Webdav search method to read Appointment data.
When i search for appointments i get nothing in rrule property of a recurring appointment.
Is there a specific way of reading rrule property.
Please help me if sombody knows.
i can see the following properties
<h:recurtype b:dt="int">2</h:recurtype>
<e:recurrenceid b:dt="dateTime.tz">2006-04-18T20:00:00.000Z</e:recurrenceid>
<d:patternend b:dt="dateTime.tz">2006-04-18T20:30:00.000Z</d:patternend>
but
<e:rrule />
<e:exrule />
<e:exdate />
<e:recurrenceidrange />
always come up as null. am i missing something. I am a newbee on webDav and exchange
Thanks in advance.
|
|