I want to add events to native calendar from google's calendar programmatically ..i have and program that can fetch events from google calendar and show them in table view..how can i add these events to iphone's native calendar one by one...?
A:
Just as a "thinking out of the box" suggestion, I assume just using Google Mobile Sync to do all this for you is out of the question? I can tell you from bitter experience (implementing the calendar part of Google Mobile Sync) that converting between different calendar representations isn't fun.
(Unfortunately I don't have any experience on the iPhone itself, so I can't offer any advice beyond that...)
Jon Skeet
2010-09-23 06:56:24
we can also do that but i want to add it from my applications so i have to do it programmatically....
Kuldeep Sidhu
2010-09-23 07:11:02
@Kuldeep: Ah well - fair enough :(
Jon Skeet
2010-09-23 07:13:19
i have one more issue...how to access the public calendar on google..via api..?
Kuldeep Sidhu
2010-09-23 07:17:23
@Kuldeep: Yes, you'd use the GData API. I thought you'd already got code to fetch it though?
Jon Skeet
2010-09-23 07:31:11
yes i got it...but i need to fetch the public calendars..without login..?can i do so..? if yes how?
Kuldeep Sidhu
2010-09-23 07:34:31