I want to make a schedule app for an upcoming event, where the user can decide what they want to attend from a list of events. Ideally I want the user to be able to see the entire schedule, and then omit the events they will not be attending, and have the user's settings stored for later use. Unfortunately, I have no idea how this could work. I can see in my head what needs to be done, but I can't get it out into code. Each event on the schedule needs its own object, which is then displayed in a list form, and then a call will be made to see which ones should be shown, but as I said I don't know how to implement this.
Could anyone help me on this? Also, is there any way to create an alarm for each object and have the user able to turn it on/off?
I'd be grateful for any clues people could give me as to how to make this work.


