I
am attempting to create an app of events where I add an event to my online database and it is added to the calendar of my application. So example, If i add "Party on the beach" in my db,set date to 25th June 2015. A user opening the application and navigating to "Events..selecting June" will see this on a calendar.
I am having a little trouble implementing something of the sort as all searches is leading me of how to sync my app with the native calendar app of the device which is not exactly what I want.
Basically I just want a calendar in my app which reads events from online.. Any assistance to point me in the right direction would be appreciated.
Clarification
I have a hosted database and this isn't my issue, what I am looking to find is some calendar that can read events from said database.
Say I have a class room of students, what I am trying to accomplish is: After I update my database with an event(exam at 2:30) logging into the app and selecting the event tab shows the info i added on the set date.
I have found a list of custom calendars and im trying to see if they can read events from a network location.
Not sure why question has been down voted
https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=Calendar