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
)
Public Shared Function GetSubscription (
cals As List(Of iCal),
lastModified As Nullable(Of DateTime),
name As String,
company As String,
product As String,
version As String
) As String
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:
StringThe VCALENDAR string.
See Also