Skip to content

This project is a Calendar Management Application, developed in two distinct parts. Part 1 is a command-line Java application for managing events. It allows users to manage appointments and tasks, storing them in the standard iCal file format. Part 2 expands on the functionality of part 1 by adding a full-featured GUI, event reminders, and more.

License

Notifications You must be signed in to change notification settings

AthosExarchou/Calendar-Management-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar Management Application

This is a group project for the Object-Oriented Programming-II course at Harokopio University of Athens – Dept. of Informatics and Telematics. The project is a Calendar Management Application, developed in two distinct parts.

  • Part 1 is a command-line application.
  • Part 2 is a graphical user interface (GUI) application.

Project Structure

.
├── Part1/
|   ├── Calendar/
│       ├── src/
|       ├── greece.ics (sample calendar)
│       ├── pom.xml
│       └── README.md (Part 1 README file)
├── Part2/
|   ├── Calendar/
│       ├── src/
│       ├── calendar_logo.png
│       ├── pom.xml
│       └── README.md (Part 2 README file)
├── .gitignore
├── LICENSE (MIT license)
├── README.md (root README file)
└── report_el.pdf (project report in greek)

For more detailed information on each part, please refer to the respective README.md files:

Author

License

This project is licensed under the MIT License.

About

This project is a Calendar Management Application, developed in two distinct parts. Part 1 is a command-line Java application for managing events. It allows users to manage appointments and tasks, storing them in the standard iCal file format. Part 2 expands on the functionality of part 1 by adding a full-featured GUI, event reminders, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages