I have made event Calendar using EKEventKit,
Now I want to add my iphone ical event to google calendar and vise-versa.
Is it Possible to do this ??
I have made event Calendar using EKEventKit, Now I want to add my iphone
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While I can’t offer sample code I can offer a high-level solution.
Google Calendar has a public API available here.
Google is also kind enough to offer code to log into Google services here.
If you’re familiar with JSON (or you search through stackoverflow) you’ll see how you can send events to and from Google Calendar.
Best of luck!