Requests
Objects
Enums
|
MyMeetings: SyncSynchronize my meetings from MeetingBooster.
The client should save the synctoken between sync requests.
On the first request you do not specify a token.
After a sync you should do a SyncCommit to confirm the chagens has been made on the client. HTTP requestGET ../api/v1/mymeetings/sync
Parameters
Request BodyDo not supply a request body with this http request
ResponseA synchronization object containing all the meetings changes since the last syncrhonization.
Save the returned SyncToken client side to be used in next Sync request.
Note Callendar changes are not returned from MeettingBooster since the
calendar cannot be changed from within MeetingBooster. The calendar is for
conflict checking only.
|