Click or drag to resize

MeetingRecurrenceInfo Class

Meeting recurrence information, if applicable. Comprises part of the Zoom Meeting.
Inheritance Hierarchy
SystemObject
  NetQuarry.Services.ZoomMeetingRecurrenceInfo

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class RecurrenceInfo

The MeetingRecurrenceInfo type exposes the following members.

Constructors
  NameDescription
Public methodMeetingRecurrenceInfo
Initializes a new instance of the MeetingRecurrenceInfo class
Top
Properties
  NameDescription
Public propertyend_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”.
Public propertyend_times
Select how many times the meeting will occur before it is canceled.
Cannot be used with “end_date_time”.
Default 1. Max 50.
Public propertymonthly_day
Day of the month for the meeting to be scheduled.
The value range is from 1 to 31.
Public propertymonthly_week
Public propertymonthly_week_day
Public propertyrepeat_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.
Public propertytype
Public propertyweekly_days
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also