MeetingRecurrenceInfo Class |
Namespace: NetQuarry.Services.Zoom
The MeetingRecurrenceInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | MeetingRecurrenceInfo | Initializes a new instance of the MeetingRecurrenceInfo class |
Name | Description | |
---|---|---|
![]() | end_date_time |
Select a date the meeting will occur before it is canceled. Should be UTC time, such as 2017-11-25T12:00:00Z. Cannot be used with “end_times”. |
![]() | end_times |
Select how many times the meeting will occur before it is canceled. Cannot be used with “end_date_time”. Default 1. Max 50. |
![]() | monthly_day |
Day of the month for the meeting to be scheduled. The value range is from 1 to 31. |
![]() | monthly_week |
Week for which the meeting should recur each month. Uses MeetingRecurrenceInforecurrence_monthly_week. |
![]() | monthly_week_day |
Day for which the meeting should recur each month. Uses MeetingRecurrenceInfoweek_days. |
![]() | repeat_interval |
At which interval should the meeting repeat? For a daily meeting, max of 90 days. For a weekly meeting, max of 12 weeks. For a monthly meeting, max of 3 months. |
![]() | type |
Recurrence meeting type. Uses MeetingRecurrenceInforecurrence_type. |
![]() | weekly_days |
Days of the week the meeting should repeat, multiple values separated by comma. Uses MeetingRecurrenceInfoweek_days. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |