Can't get appointments from other organizers

M

Michael

Hi,
I'm working with the restrict method to get all appointments from the
calender in a certain time. Now i have the problem that i can't get the
appointments who are organized from other persons. Has anyone an idea how i
can get this appointments too ?

here my filter:

Dim syncFilter As String = "[End] >= '" + startSyncDate.ToString("g") + "'
AND [Start] <= '" + endSyncDate.ToString("g") + " AND [IsRecurring] = false"

regards
Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top