|
12 | 12 | <FieldRef Name="ID" />
|
13 | 13 | <Value Type="Counter">9999</Value>
|
14 | 14 | </Lt>
|
| 15 | + <DateRangesOverlap> |
| 16 | + <FieldRef Name="EventDate" /> |
| 17 | + <FieldRef Name="EndDate" /> |
| 18 | + <FieldRef Name="RecurrenceID" /> |
| 19 | + <Value Type="DateTime"> |
| 20 | + <Month/> |
| 21 | + </Value> |
| 22 | + </DateRangesOverlap> |
15 | 23 | </Where>
|
16 |
| -</Query></query> |
17 |
| - <!-- <ViewFields><fieldRef Name="Title" /></ViewFields> --> |
18 |
| - <QueryOptions><IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns><DateInUtc>TRUE</DateInUtc></QueryOptions> |
19 |
| - <!-- <webId></webId> --> |
20 |
| - </GetListItems> |
21 |
| - </s:Body> |
| 24 | + </Query></query> |
| 25 | +<!-- <ViewFields><fieldRef Name="Title" /></ViewFields> --> |
| 26 | + <viewFields> |
| 27 | +<ViewFields> |
| 28 | + <FieldRef Name="FileRef" /> |
| 29 | + <FieldRef Name="EventDate" /> |
| 30 | + <FieldRef Name="Duration" /> |
| 31 | + <FieldRef Name="EndDate" /> |
| 32 | + <FieldRef Name="fAllDayEvent" /> |
| 33 | + <FieldRef Name="Author" /> |
| 34 | + <FieldRef Name="Editor" /> |
| 35 | + <FieldRef Name="Description" /> |
| 36 | + <FieldRef Name="Category" /> |
| 37 | + <FieldRef Name="Created" /> |
| 38 | + <FieldRef Name="Modified" /> |
| 39 | + <FieldRef Name="Location" /> |
| 40 | + <FieldRef Name="fRecurrence" /> |
| 41 | + <FieldRef Name="RecurrenceData" /> |
| 42 | + <FieldRef Name="RecurrenceID" /> |
| 43 | + <FieldRef Name="UID" /> |
| 44 | + <FieldRef Name="UniqueId" /> |
| 45 | + <FieldRef Name="MasterSeriesItemID" /> |
| 46 | + <FieldRef Name="AssignedTo" /> |
| 47 | + <FieldRef Name="AssignedToTypeIsGroupOrPerson" /> |
| 48 | + <FieldRef Name="IsDeleted" /> |
| 49 | + <FieldRef Name="Description" /> |
| 50 | + <FieldRef Name="EventType" /> |
| 51 | + <FieldRef Name="Categories" /> |
| 52 | + <FieldRef Name="Title" /> |
| 53 | + <FieldRef Name="Attachments" /> |
| 54 | + <FieldRef Name="TimeZone" /> |
| 55 | + <FieldRef Name="XMLTZone" /> |
| 56 | +</ViewFields> |
| 57 | +</viewFields> |
| 58 | + |
| 59 | +<queryOptions><QueryOptions><IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns><DateInUtc>TRUE</DateInUtc> |
| 60 | + <RecurrencePatternXMLVersion>v3</RecurrencePatternXMLVersion> |
| 61 | + <ExpandRecurrence>True</ExpandRecurrence></QueryOptions></queryOptions> |
| 62 | +<!-- <webId></webId> --> |
| 63 | +</GetListItems> |
| 64 | +</s:Body> |
22 | 65 | </s:Envelope>
|
0 commit comments