Occurs when the WeekCalendar is going to paint the control.
The event handler receives an argument of type ResolveAppointmentsEventArgs containing data related to this event. The following ResolveAppointmentsEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Appointments | Gets or sets the list of CustomAppointment to display. |
| EndDate | Gets or sets the end date of OutlookWeekCalendar. CustomAppointments outside of date range won't be display. |
| StartDate | Gets or sets the start date of OutlookWeekCalendar. CustomAppointments outside of date range won't be display. |
Use this method for actualize your list of CustomAppointments.
OutlookWeekCalendar Class | Resco.Controls.OutlookControls Namespace