MeetingBooster API
Requests
Objects
Enums

JSTaskSynchronization

The response object when doing a task synchronization. Also used in SyncCommit to synchronize from the client to MeetingBooster.
Property name Value Description
SyncToken String The synctoken to be used at next sync. This should be stored client side between syncs.
Tasks JSSyncTask[] The task needed to be synchronized
JSON example:
{
	"Tasks" : [ JSSyncTask ],
	"SyncToken" : "c21hcnQhIC0gZHUgaGFyIHZ1bmRldCBodWxsZXQgZnJhIGVuIHZhbmlsaWVrcmFucw=="
}