An NDoc Documented Class Library

WebcalRequestCreator.Create Method 

This is the only method of the interface IWebRequestCreate: it returns a WebRequest (really, an HttpWebRequest) that access the iCalendar through webcal

public WebRequest Create(
   Uri uri
);

Parameters

uri
URI of the iCalendar (starting with webcal://)

Return Value

A WebResponse which contains the iCalendar in the stream

Implements

IWebRequestCreate.Create

See Also

WebcalRequestCreator Class | RemoteCalendars.Core Namespace