1
vote
1answer
33 views
Gcal api throwing error
Hi,
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:
/**
…
8
votes
5answers
7k 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 …
