gcal

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 parse them myself just to send the appointments into GCal. I'm looking for a programmatic solution, not something like import plugins for...

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: /** * Creates an event on the authenticated user's default calendar using * the specified QuickAdd string. * * @param Zend_Http_Client $c...

Deselected Google Calendars in Embedded Calendar

Morning all, I was wondering if there was a special parameter I could pass into my embedded Google Calendar so that by default only some of the calendars are shown. But the other calendars are still available to be selected. Thanks for the help! ...

How can I get my dragged event updated in Google Calendar

I managed to drag and drop a Google Calendar event, but what do I have to do for this information to be updated in my Google Calendar. Thanks ...

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 setPassword:forService:account:error:] in GDataOAuthViewControllerTouch.o "_kSecMatchLimit", referenced from: _kSecMatchLimit$non_la...

using google calendar API, how do I push to calendar from the rootViewController for my iPhone app?

hi, first of all, my resources is: http://www.youtube.com/watch?v=it_9H0GxRNI http://code.google.com/p/iphone-gcal/ http://www.johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/ In my project I just created all classes that we need to using google calendar then add the source to my project as explained here http:/...

Call to a member function getDOM() on a non-object

I'm trying to create a PHP function that adds an event to a google Calendar. It appears to be building the object correctly but it throws a "Call to a member function getDOM() on a non-object in FeedEntryParent.php" error when trying to add the event. Here is the abbreviated class with only the constructor and the function that adds th...

FullCalendar with Gcal won't display events after 7 pm in basicDay view

For some reason fullcalendar won't display any events that occur after 7PM in the basicDay view. The events show up in month view, but not in basicDay view. Any thoughts would be appreciated. Here is my code. I have two calendars on the same page. The first one is month view, the second is basicDay view. $(document).ready(function() {...