regarding the outlook 2007 calender events

  • Thread starter Thread starter sachy
  • Start date Start date
S

sachy

I needed a clarification on events in outlook 2007. I have a
requirement in to do some code processing when the user does date/
month modification in the calender (which appears at the left top) at
the Calender level in outlook 2007. I heard that there are some events
exposed in outlook 2007 which our code can listen to for the same.

Any information / code snippet would be highly useful.....

Thanks,
Sachin Naik.
 
What do you mean by modification in that context? Do you mean if the user
changes what dates are displayed in the calendar module?

If that's what you want look at CalendarView.DisplayedDates. I'd wait until
Outlook 2007 SP1 comes out before relying on that however, it's not working
right in all circumstances in the release version of Outlook 2007.

For when the view is changed you can handle the Explorer.BeforeViewSwitch
event or the .ViewSwitch event or both.
 
Back
Top