Can't get appointments from other organizers

  • Thread starter Thread starter Michael
  • Start date Start date
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
 
Back
Top