Hi,
I am doing a Calendar Search for all meetings scheduled in the next two months within the Calendar Folder of Mailbox store. Attached is a search XML. The results are empty.
<?xml version="1.0" encoding="utf-8" ?><search:Search xmlns:airsync="AirSync" xmlns:search="Search" xmlns:email="Email" xmlns:calendar="Calendar"><search:Store><search:Name>Mailbox</search:Name><search:Query><search:And><airsync:CollectionId>1</airsync:CollectionId><search:GreaterThan><email:DateReceived/><search:Value>2015-02-12T21:38:58.627Z</search:Value></search:GreaterThan><search:LessThan><email:DateReceived/><search:Value>2015-04-11T21:38:58.667Z</search:Value></search:LessThan></search:And></search:Query><search:Options><search:Range>0-99</search:Range></search:Options></search:Store></search:Search>
I would have expected to see the 12 meetings that are present in the folder.
If I search the same folder with a date range in the past (say 1/11/2015 to 2/11/2015), I am able to retrieve the calendar items that were scheduled during that time, whether they were in the past or in the future. Is this the expected behavior? Is there a different calendar view that would just return the meetings that are actually scheduled in the calendar, regardless of the point in time when the calendar entry got created in the folder.
Thanks