ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
ICalenderEvent Class Referenceabstract

Calendar information interface. More...

#include <calender_service_interface.h>

Public Member Functions

virtual UINT64 GetMeetingNum ()=0
 Get the meeting number. More...
 
virtual const wchar_t * GetEventID ()=0
 Get the ID of calendar. More...
 
virtual const wchar_t * GetSummary ()=0
 Get the summary of calendar. More...
 
virtual const wchar_t * GetStartTime ()=0
 Get the start time of meeting. More...
 
virtual const wchar_t * GetEndTime ()=0
 Get the end time of meeting. More...
 
virtual const wchar_t * GetCreatorEmail ()=0
 Get the email of the meeting creator. More...
 
virtual const wchar_t * GetCreatorName ()=0
 Get the name of the meeting creator. More...
 
virtual const wchar_t * GetDescription ()=0
 Get the description of the meeting. More...
 

Detailed Description

Calendar information interface.

Member Function Documentation

◆ GetCreatorEmail()

virtual const wchar_t* ICalenderEvent::GetCreatorEmail ( )
pure virtual

Get the email of the meeting creator.

Returns
The email of the meeting creator.

◆ GetCreatorName()

virtual const wchar_t* ICalenderEvent::GetCreatorName ( )
pure virtual

Get the name of the meeting creator.

Returns
The name of the meeting creator.

◆ GetDescription()

virtual const wchar_t* ICalenderEvent::GetDescription ( )
pure virtual

Get the description of the meeting.

Returns
The description of the meeting.

◆ GetEndTime()

virtual const wchar_t* ICalenderEvent::GetEndTime ( )
pure virtual

Get the end time of meeting.

Returns
The end time of meeting.

◆ GetEventID()

virtual const wchar_t* ICalenderEvent::GetEventID ( )
pure virtual

Get the ID of calendar.

Returns
The ID of calendar.

◆ GetMeetingNum()

virtual UINT64 ICalenderEvent::GetMeetingNum ( )
pure virtual

Get the meeting number.

Returns
The meeting number.

◆ GetStartTime()

virtual const wchar_t* ICalenderEvent::GetStartTime ( )
pure virtual

Get the start time of meeting.

Returns
The start time of meeting.

◆ GetSummary()

virtual const wchar_t* ICalenderEvent::GetSummary ( )
pure virtual

Get the summary of calendar.

Returns
The summary of calendar.

The documentation for this class was generated from the following file: