Graphical interface
creating a calendar that displays the current month using a graphical interface. The design and layout of the calendar will be left to you and your team.
The calendar should be able to read from a file to get events. The events themselves may be too long to display on the calendar so you need a way to let users know there is an event on a given day.
If a user selects a day, they should be able to see the events for that day listed out.
Design Document
Create a document that sketches a visual of how your calendar will look. Where will you display the following:
• Month Name
• Week Days
• Calendar Dates
• Dates that have events
• Extra information if a date is selected
Design Questions
• Is there a way to see which date is selected?
• Does the information display on the main calendar or in a new window?
• How do I manage multiple events in a date
• Is my interface intuitive?
o Can someone figure out how to use this calendar without a lot of explanation?