How to create a calendar and add an events using ios6? - iphone

I am working on universal App. In my App i need to add an event based calendar.
Is there any good tutorial to do this or anyone then please provide some information about how to create calendar and add an events to the dates.

You can have a look at https://github.com/klazuka/Kal as its easy to understand and sample is also included.

Related

Extract information from built-in calendar in iphone through my app

I'm a new xcode developer, and I want to ask how to get event that have been written by a user in iphone calender into my app?
Is it possible?
THANK YOU!!
You have to look at Event kit for fetching details from built-in calendar

Creating events on iOS5 calendar from web app

I tried a bit of research, but I don't seem to be getting anywhere.
Is it possible to access the calendar on iPad/iPhone iOS5 from a web app?
My goal would be adding an event to it, is that achievable? Opening a filestream is an option, in case this helps.
Thank you
That's not available through a web app. The only thing you can do is include a date in the text within the web app. iOS will detect it as an event (if formatted correctly) and will give the user an option to create a calendar event when clicked.
Here on this SO question, the OP mentions he had no problems in adding a calendar event on iOS by means of an iCal file created on the fly.

How to use Iphone native calendar in my application

I want to use native calendar to get date and time.How to use it programatically in my iphone application. If any one know please help me.
Simple answer: You can't.
There are some classes around you can use that come quite close, the one I find best is here:
https://github.com/klazuka/Kal

how to launch iPhone Calendar from within an iPhone application?

Is it possible, and how could I, launch the iPhone calendar application from within an iPhone application.
For example your application may have a "select date", and then a "launch iPhone calendar" for this date button. Is this possible to do, and how would one do this programmatically?
I know it's not a real answer. But I advise you to use a UIDatePicker to let the user select dates. I don't know if there's a offical way to start the calender. But you could also use the Tapku Library of Kal if you really want to use a calender. There's a replacement of the Calender UI which is used in iOS. (Because these elements aren't public)
Answer seems to be, that at this stage, there are no published URLs for Calendar that lets you do this...

How to make the Calendar in ipad

Can any one get me the idea to get the Calendar functionality which is similar to iCal App'
Can any one get me the sample code for that.
Thanks in advance