<div dir="ltr">If anyone cares I think I have found a working way. Basically I do the insertion or updating of the appointment. The API returns the content of the newly updated or inserted appointment, I compare the hours contained with the hours I wanted to set. I calculate the difference and apply it. I make a second update with the correct date / time. I know it's not elegant, but for the moment it seems the only working way.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno gio 4 giu 2020 alle ore 10:13 Michael Van Canneyt via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Thu, 4 Jun 2020, Francesco Sammarco wrote:<br>
<br>
> I tested this way. But not run correctly. Who is the Google API creator?<br>
<br>
Google of course.<br>
<br>
This is not a problem of the FPC API. <br>
The API just tranfers data in a typesafe manner:<br>
All it does is give you a way to create and interpret the JSON in a typesafe manner.<br>
<br>
It does not know or care how Google interprets the data you send, this you<br>
need to ask on Google forums or stackoverflow or somesuch.<br>
<br>
Michael.<br>
-- <br>
_______________________________________________<br>
lazarus mailing list<br>
<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a><br>
<a href="https://lists.lazarus-ide.org/listinfo/lazarus" rel="noreferrer" target="_blank">https://lists.lazarus-ide.org/listinfo/lazarus</a><br>
</blockquote></div>