Class PayloadGenerator.CalendarEvent
Inherited Members
Namespace: QRCoder
Assembly: Subsembly.Scraper.dll
Syntax
public class PayloadGenerator.CalendarEvent : PayloadGenerator.Payload
Constructors
CalendarEvent(string, string, string, DateTime, DateTime, bool, EventEncoding)
Generates a calender entry/event payload.
Declaration
public CalendarEvent(string subject, string description, string location, DateTime start, DateTime end, bool allDayEvent, PayloadGenerator.CalendarEvent.EventEncoding encoding = EventEncoding.Universal)
Parameters
Type | Name | Description |
---|---|---|
string | subject | Subject/title of the calender event |
string | description | Description of the event |
string | location | Location (lat:long or address) of the event |
DateTime | start | Start time of the event |
DateTime | end | End time of the event |
bool | allDayEvent | Is it a full day event? |
PayloadGenerator.CalendarEvent.EventEncoding | encoding | Type of encoding (universal or iCal) |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |