ZOOM Windows SDK  5.2.42037.1112
Classes | Typedefs | Enumerations
calender_service_interface.h File Reference

Calendar Service Interface. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Classes

class  ICalenderEvent
 Calendar information interface. More...
 
class  ICalenderServiceEvent
 calendar Service Callback Event. More...
 
struct  tagOutlookExchageAuth
 The verification of SDK when use the Outlook Exchange. Here are more detailed structural descriptions. More...
 
class  ICalenderService
 calendar Service Interface More...
 

Typedefs

typedef struct tagOutlookExchageAuth OutlookExchageAuth
 

Enumerations

enum  CalenderResult { CALENDER_SUCCESS, CALENDER_AUTH_ERROR, CALENDER_WEBAPI_ERROR, CALENDER_UNKNOW }
 The type of calendar result. Here are more detailed structural descriptions. More...
 
enum  CalenderAuthType { CalenderAuth_None, CalenderAuth_OutlookExchage, CalenderAuth_Goole }
 The type of calendar authority. Here are more detailed structural descriptions. More...
 

Detailed Description

Calendar Service Interface.

Enumeration Type Documentation

◆ CalenderAuthType

The type of calendar authority. Here are more detailed structural descriptions.

Enumerator
CalenderAuth_None 

For initiation.

CalenderAuth_OutlookExchage 

Use OutlookExchange to verify.

CalenderAuth_Goole 

Use Google to verify. This function is currently invalid, hereby only for reservations.

◆ CalenderResult

The type of calendar result. Here are more detailed structural descriptions.

Enumerator
CALENDER_SUCCESS 

Verification successful.

CALENDER_AUTH_ERROR 

Verification failed.

CALENDER_WEBAPI_ERROR 

Web API service error.

CALENDER_UNKNOW 

Unknown error.