Hello Techies,
i got a requirement to create event registration app in sharepoint 2013.
1) Event List (Calendar list) : this list will consist of columns like Events,location,Start Date,End Date and No of seats.
2) Registration list (custom list) : Event (lookup from Event list), Registered(checkbox yes/no and by default yes) and user details like name,email id etc.
3) Dashboard which will display all events of current month with No. of seats(from event list), registered seats(count of users registered for that event) and seat available(count of available seats if any).
And based of availability of seats there should be register link besides seat available.
Please let me know how to go about this.