Click or drag to resize

iCalGetSubscription Method

Gets a VCALENDAR subscription for the provided list of events.

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetSubscription(
	List<iCal> cals,
	Nullable<DateTime> lastModified,
	string name,
	string company,
	string product,
	string version
)

Parameters

cals
Type: System.Collections.GenericListiCal
The list of calendar events.
lastModified
Type: SystemNullableDateTime
The last modified date for the entire subscription.
name
Type: SystemString
The name of the calendar.
company
Type: SystemString
The company name.
product
Type: SystemString
The product name.
version
Type: SystemString
The product version, typically a value like '1.0'.

Return Value

Type: String
The VCALENDAR string.
See Also