View Single Post
  #1  
Old May 20th 09, 04:25 PM posted to microsoft.public.outlook.program_vba
ker_01[_2_]
external usenet poster
 
Posts: 21
Default Retrieving work week (start/end times) from outlook with VBA

I've searched (object browser, help file, google), but no joy.

I'm pulling certain appointments (based on the contents of the subject line)
and I need to differentiate between any partial or full appointments that are
within the user's workday, and partial or full appointments that are outside
that user's workday (for the partials, I'll have to calculate the number of
hours that are actually within the workday). Different users have different
start and end times set on their calendar.

I haven't been able to find the part of the object model to show the
individual user's workday- can anyone point me in the right directions? Once
I have that I can calculate backwards to get the duration within the workday,
unless there is an easier way to do this somehow.

Thanks!
Keith


Ads