views:

35

answers:

2

I want to make an app...that can sync my iphone calender with google calendar..i want to do it through coding....

A: 

OK. Have a look at the Google Calendar API.

You'll also want to have a look at CalDAV.

And have a look at How to Sync Google Calendar With iPhone Calendar for tips.

Skilldrick
I have tried all these links but i am not able to find the info i need..i want code that can update the events from google cal to iphone cal...i had tried this apphttp://code.google.com/p/iphone-gcal/but this will show the events in gooogle cal in table view..can you tell me how i can add these events to iphone cal (or synchronize)..i am trying it on simulator..can we open iphone native calendar in simulator..??
Kuldeep Sidhu
A: 

Have you tried Gdata, Googles API for their services, which is available in objective-c

PostMan
yes i tried...this...but i think with this we can make an app that can show the list of events at google cal...but i need a code to add these events to the iphone cal..(means synchronizing)...??any suggestions?
Kuldeep Sidhu