Tagged Questions

16
votes
4answers
22k views

Is there a way to programmatically import ICS into Google Calendar?

I don't see any obvious way to import ICS files into Google Calendar from the API docs here: http://code.google.com/apis/calendar/developers_guide_protocol.html And I'd greatly prefer not to have to ...
1
vote
1answer
453 views

Is any google calendar api for iphone sdk?

Is there any google calendar api for iphone sdk, currently I develop an iphone calendar native application. In this application i want to sync with google calendar from both side. So i want to know is ...
1
vote
1answer
1k views

google calendar API in iPhone app!

I just add gcal to my project according to this tutorial http://www.youtube.com/watch?v=it_9H0GxRNI but 12 errors is appeared: "_SecItemAdd", referenced from: -[GDataOAuthKeychain ...
1
vote
1answer
161 views

Gcal api throwing error

I am using zendgdata library for google calendar. I am getting this error while using this function createQuickAddEvent(it add events to the the google calendar). Code of this function is: /** * ...
0
votes
0answers
42 views

Speeding up Google Calendar query response time - PHP

I'm using the google calnedar php api as a backend for a booking system on my website. At the moment I'm trying to improve the speed. It connects to 11 different google calendars under 1 google ...
0
votes
0answers
183 views

How can i get Google Calendar Event Color from iPhone SDK?

I am using official APIs from Google in Objective-C for getting Google Calendar events. http://code.google.com/p/gdata-objectivec-client/ This API allows me to add, edit or delete events on Google ...