An NDoc Documented Class Library

OutlookEmitter.doRest Method 

The rest is the value of the entry defined by the ID. (Only VEVENT at the moment). It's called when the entry hasn't got any other attributes defined.

public void doRest(
   Token t,
   Token id
);

Parameters

t
Contains the value of the property identified by the id
id
Identifies an entry of the iCalendar

Implements

IEmitter.doRest

Example

If the iCalendar contains the entry

DTSTART:20050505
Than "20050505" is the value of the token, it's the rest,the value defined for the entry identified by the ID

See Also

OutlookEmitter Class | RemoteCalendars.Core Namespace