View Single Post
  #7 (permalink)  
Old 10-03-2010, 02:46 AM
be1 be1 is offline
Junior Member
 
Posts: 6
Default

OK, to get the appointments, i must provide a calendar folder id in the query:
... "query": { "_content": "inid:10" } } } }
or xml:
...
<query>
inid:10
</query>
</SearchRequest>
Reply With Quote