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": "[email protected]",
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel