Help!

Can't get appointments from other organizers

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA RSS
Next:  Why would "Clear Flag" be missing in th..  
Author Message
Michael
External


Since: Jun 27, 2006
Posts: 390



PostPosted: Thu Sep 17, 2009 12:34 am    Post subject: Can't get appointments from other organizers
Archived from groups: microsoft>public>outlook>program_vba (more info?)

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 to top
Michael
External


Since: Jun 27, 2006
Posts: 390



PostPosted: Thu Sep 17, 2009 5:26 am    Post subject: RE: Can't get appointments from other organizers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry it was a failure in my code. Nothing to do with the retrict method

"Michael" wrote:

> 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 to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum