Looking for a way to make an agenda, any tips?

You need to figure out what you want to store and then create database tables to support things.

Then to display the agenda, you will run a query to get the data you need, and loop through the recordset to display it.