MeetingBooster API
Requests
Objects
Enums

JSSyncObject

An object synchonization. Has a sync state NEW,MODIFIED or DELETED and a ClientSyncId that should be a unique id. The client can use the ClientSyncId to find the object. This object is the base for all the sync objects: JSSyncCalendarEntry, JSSyncCalendarRecurrence, JSSyncMeeting, JSSyncMeetingRecurrence and JSSyncTask
Property name Value Description
ClientSyncId String A unique id assigned by the client. The client can use this id to locate the object client side. This should be set when doing a SyncCommit
LastModified DateTime This is the time when the object was last modified client side. This should be set when doing a SyncCommit
State JSSyncState The sync state NEW,MODIFIED or DELETED