An NDoc Documented Class Library |
|
RemoteCalendar Constructor
The constructor initialize a RemoteCalendar instance.It requires an Uri (the url of the remote iCalendar) and a name
public RemoteCalendar(
Uri urlCalendario,
string name);
Parameters
-
urlCalendario
- This is the url of the remote calendar. The url unifically identifies a calendar and the AppointmentItems created inside Outlook
-
name
- The name is a string to help a user to identify a remote iCalendar
See Also
RemoteCalendar Class | RemoteCalendars.Core Namespace