ZOOM Windows SDK
5.2.42037.1112
|
calendar Service Interface More...
#include <calender_service_interface.h>
Public Member Functions | |
virtual SDKError | Init (ICalenderServiceEvent *pEvent)=0 |
Set the calendar service callback event handler, and initialize the calendar service. More... | |
virtual SDKError | Uninit ()=0 |
Uninitialized the calendar service. More... | |
virtual SDKError | StartOutlookExchangeCalender (OutlookExchageAuth ¶m)=0 |
Schedule the meeting by the calendar of Outlook Exchange. More... | |
virtual SDKError | StopOutlookExchangeCalender ()=0 |
Stop using the Outlook Exchange to schedule the meeting. More... | |
virtual SDKError | RetrieveCalEvents (CalenderAuthType type)=0 |
Get the calendar event. The SDK will inform the user via ICalenderServiceEvent::onCalenderEventsNotifcation(). More... | |
calendar Service Interface
|
pure virtual |
Set the calendar service callback event handler, and initialize the calendar service.
pEvent | Specifies a pointer to ICalenderServiceEvent which will handle the callback events. |
|
pure virtual |
Get the calendar event. The SDK will inform the user via ICalenderServiceEvent::onCalenderEventsNotifcation().
type | Specifies the type to get. The only type supported for the moment is the CalenderAuth_OutlookExchage. For more details, see CalenderAuthType enum. |
|
pure virtual |
Schedule the meeting by the calendar of Outlook Exchange.
param | Specifies the parameter. For more details, see OutlookExchageAuth structure. |
|
pure virtual |
Stop using the Outlook Exchange to schedule the meeting.
|
pure virtual |
Uninitialized the calendar service.