I'm trying to make an event Calendar App. Where the user can view a list of community events organized by date and displayed by event title.
I have page that creates the event with several pieces of data input by the user. I want these to be stored and shows in the event calendar screen represented just by the title of the event. I've got it to save and show on the list page. However the list displays every indivual peice of data the user put in for the one event rather last a list OF events. does this make sense? My event creation :
So far my page that lists the events:
So on my screen once user fills out the inputs the list shows Cooking class, Learn to cook, jan 15th, jan 15th, etc etc etc,
I would like it to show a list cooking Class, art class, community walk for example