I am trying to create an event through API and it is mostly working with exception, while new Events are being created in the invite calendar, no email is being sent.
Creating events from the web interface that moves the event forward, as well as sending the email (except for an account which does not get any notification, but it is not related to my current problem).
The event I'm trying to push is:
& lt; Entry xmlns = 'http: // Www.w3.org/2005/Atom' xmlns: gd = 'http: //schemas.google.com/g/2005'> & Lt; Category scheme = 'http: //schemas.google.com/g/2005#kind' word = 'http: //schemas.google.com/g/2005#event'> & Lt; / Category & gt; & Lt; Title type = 'text' & gt; Test Event & lt; / Title & gt; & Lt; Content type = 'text' & gt; material. & Lt; / Content & gt; & Lt; Gd: Transparency value = 'http: //schemas.google.com/g/2005#event.opaque'> & Lt; / GD: Transparency & gt; & Lt; Gd: eventStatus value = 'http: //schemas.google.com/g/2005#event.confirmed'> & Lt; / GD: eventStatus & gt; & Lt; Gd: Where valueString = 'somewhere' & gt; & Lt; / Gd: where & gt; & Lt; Gd: which email = "[redacted]" rel = 'http: //schemas.google.com/g/2005#event.attendee' value string = 'm' & gt; & Lt; Gd: attendeeStatus value = 'http: //schemas.google.com/g/2005#event.invited'/></gd:who> & Lt; Gd: which email = "[redacted] again" rel = 'http: //schemas.google.com/g/2005#event.organizer' valueString = 'apart from this' & gt; & Lt; Gd: attendeeStatus value = 'http://schemas.google.com/g/2005#event.accepted'/></gd:who> And <00 & lt; / Entry & gt;
And when I request event lists, I can not see any major difference between the APIs and the events created through the web interface.
Edit: The authentication was done through the username / password instead of AuthSub or OAuth, but I suspect it will be relevant
I am after (poor document) GCL: Send Event Notification
property (which in the case of my example
The node needs to be expanded to include the GCL namespace, therefore, Epitomist is created:
Comments
Post a Comment