About iOS sdk sample example which can sync with facebook event - iphone

I want to develop iphone calendar app which can sync with facebook events. Im not able to understand from where should I start. Can you suggest me some ways to start with?
Any help will be appreciated.

First of all develop calender using this link: https://github.com/klazuka/Kal
This is similar to iPhone in built calendar & then display event using this with in your app.

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

How can I send calendar information from webservice to iphone app?

I want to create or use an open source php calendar as a webservice. This is just one feature of an entire app idea of mine, but I'm working on the app in steps and would like to start with a calendar. Is there a way to use a php calendar to update an iphone apps calendar? Example, I want to be able to add an appointment within the iphone app and have it update on the php calendar on my website? I want syncronization both ways. If I decide to add an event on the calendar through the website, I would like it to update in the iphone app.
For the maximum amount of customization I would go the route of writing your own calendar in PHP. Then you can make the calendar work exactly how you want and it can work seamlessly with your App. This shouldnt be too difficult as for a class project I had to right a simple PHP Calendar (it didnt have web services but still). Ray Wenderlich discusses several ways of using web services in iOS apps, and even has an example based on PHP/MySQL.
How To Write A Simple PHP/MySQL Web Service for an iOS App
How
To Write An iOS App That Uses A Web Service

how to sync my iphone application calendar to iphone in built calendar using iphone sdk?

Currently I am working on Calendar Application for iPhone. In this project i have to sync my application calendar to iphone in built calendar.
I created a calendar view which is similar to iPhone in built calendar but we can also place images with the date for recognize the event for this date.
I want to add an event on my application's calendar and it is also show on iphone in built calendar.
Please guide me, for the solution.
Thanks in Advance.
Apple provides this capability through Event Kit.
Refer to the Event Kit Programming Guide.

Stream video from one iphone to another and back

I want to develop an conference application. It's basically exact the same as Facetime only with some extra features.
But how do I make a video chat from one iPhone to another iPhone LIVE like Facetime?
Any ideas?
Thanks in advance!
OpenTok is a good way to do it.
Here's the tutorial
You can use the flash builder or just air sdk

Is there any in built calendar view in iPhone sdk

I want to invoke a calendar as the calendar application does in iPhone. Is there any inbuilt framework which will help or we have to built the whole calendar on our own.
There is no built in calendar framework for the iPhone. Additionally, you can't access a users calendars as with the address book or iPod.
There are some 3rd party solutions:
http://code.google.com/p/iphonecal/
http://code.google.com/p/iphone-gcal/
Check out the below link. This may help you...
https://stackoverflow.com/questions/3634000/is-there-a-calendar-control-we-can-use-for-iphone-apps`