Skip to content

Releases: Bennet303/Outlook-Access

The Calendar Update

08 Dec 15:41
Compare
Choose a tag to compare
The Calendar Update Pre-release
Pre-release

Basic Calendar functions have been implemented and tested:

  • Constructors for the class calendar have been added

Reading functions:

  • FindAppointmentsInRange() - Getting all appointments in a given time interval
  • FindAppointmentsBySubject() - Getting all appointments in a given time interval that have a given subject
  • FindAppointmentsByLocation() - Getting all appointments in a given time interval that have a given location

Writing functions:

  • AddAppointment() - Adding an appointment to the calendar
  • AddRecurringAppointment() - Adding a recurring appointment to the calendar
  • EditRecurringItem() - Editing the recurrence pattern of an appointment

Other functions:

  • CreateDaysOfWeekMask() - Creates a OlDaysOfWeek Mask, needed for recurring appointments