adding events from google calendar programmatically..?
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 th开发者_运维百科ese events to iphone's native calendar one by one...?
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...)
精彩评论