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
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