Click or drag to resize

CalendarWriteSimple Method

Write a iCalendar entry. Details of create of iCalendar entry see CreateSimple(String, String, DateTime, DateTime, String, Boolean)

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static void WriteSimple(
	string pFile,
	string pSubject,
	string pDescription,
	DateTime pBeginDate,
	DateTime pEndDate,
	string pLocation = ""
)

Parameters

pFile
Type: SystemString
filename include path
pSubject
Type: SystemString
title of calendar entry
pDescription
Type: SystemString
content of calendar entry
pBeginDate
Type: SystemDateTime
begin date time of meeting
pEndDate
Type: SystemDateTime
end date time of meeting
pLocation (Optional)
Type: SystemString
meeting point
See Also