I'm very much a beginner, and I don't even know where to start with the CalendarView.
What I have so far is a simple app where I type into a textbox and click a button and what I typed is appended to a txt file. Every entry has a time stamp added to it with DateTime.
What I want is to be able to click a date on the calendar view and show every entry that occurred on that day, so if there were entries all week long, and I only want to see the entries on the 21st of the month, I would click on the 21st in the calendar view and I would then see all the entries from that day in a ListView or text block or something.
I have no idea where to even start with this. Any and all help is greatly appreciated.