The interface to set the meeting basic information.
More...
#include <premeeting_service_interface.h>
Inherited by IMeetingItemInfoSelectHelper.
The interface to set the meeting basic information.
◆ SelectRecurringMeeting()
virtual SDKError ISelectMeetingItemDateHelper::SelectRecurringMeeting |
( |
bool |
select_ | ) |
|
|
pure virtual |
Set the meeting type to recurring or scheduled.
- Parameters
-
select_ | TRYE indicates the meeting type is recurring. FALSE schedule meeting. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SelectStartTime()
virtual SDKError ISelectMeetingItemDateHelper::SelectStartTime |
( |
time_t |
time | ) |
|
|
pure virtual |
Set the start time of the specified meeting. It is recommended to use the time zone of the operating system.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetDurationInMinutes()
virtual SDKError ISelectMeetingItemDateHelper::SetDurationInMinutes |
( |
int |
duration | ) |
|
|
pure virtual |
Set the duration of the specified meeting in minutes.
- Parameters
-
duration | The meeting duration in minutes. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
The documentation for this class was generated from the following file: