[fpc-devel] Google APIs
Alfred
alfred at consulab.nl
Tue May 12 11:10:26 CEST 2015
Thanks very much for a very nice feature !!
I am testing (with the supplied demo) the Calendar APIs.
And run into error 204.
This (inside googleservice):
S:=TJSONObject(D).Get('kind','');
returns "calendar#calendarList"
This seems to result into a failure to get an objectclass at:
BC:=GoogleFactory.GetObjectClass(s);
But I am not sure ... debugging not optimal on Windows.
Part of the request body as found in request.log:
Body:
{
"kind": "calendar#calendarList",
"etag": "\"1431343270180000\"",
"nextSyncToken": "00001431343270180000",
"items": [
{
"kind": "calendar#calendarListEntry",
"etag": "\"0\"",
"id": "yolo at yolo.com",
More information about the fpc-devel
mailing list