Skip to content

The Calendar Update

Pre-release
Pre-release
Compare
Choose a tag to compare
@Bennet303 Bennet303 released this 08 Dec 15:41

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