Access is a database so it can hold anything. also since it has VBA you can make it do anything.
if you have a date field then you can search or sort by that field.
you need a meeting table first with these possible field names.
MeetingID, Meeting title , Date , Time, other info, etc
are you going to have attendees?
Attendee Table
AttendID , name , phone , etc
Then you need a table that ties both together so attendees can be in more that one meeting.
Schedule Table
MeetingID, AttendID
This is a rough start
DougP, MCP, A+