Click or drag to resize

CalendarEvent Class

Generates a calendar or event payload. When scanned by an application, the barcode will display or schedule a calendar event.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.QRCodeCalendarEvent

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public class CalendarEvent

The CalendarEvent type exposes the following members.

Constructors
  NameDescription
Public methodCalendarEvent
Initializes a new instance of the CalendarEvent class.
Public methodCalendarEvent(String, String, String, DateTime, DateTime, Boolean)
Initializes a new instance of the CalendarEvent class.
Top
Properties
  NameDescription
Public propertyAllDayEvent
Gets or sets a flag indicating whether the event last all days.
Public propertyDescription
Gets or sets the description of the calendar event.
Public propertyEnd
Gets or sets the end date and time of the event.
Public propertyiCal
Gets or sets a flag to indicate whether to wrap the event in iCalendar format.
Public propertyLocation
Gets or sets the location of the calendar event.
Public propertyStart
Gets or sets the start date and time of the event.
Public propertySubject
Gets or sets the subject of the calendar event.
Top
Methods
See Also