Tagged Questions
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
1answer
225 views
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 ...