Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 389 Bytes

Calender_App

Calendar The program must have following operations:

  1. initialize (empty the database)
  2. save database to file
  3. read database from file
  4. add an event: user enters description, date, time and duration of an event
    1. remove an event
  5. print a report which prints all events sorted by date and time
  6. search for a free time in the range of dates that user specifies