FBBlock_1

Defines a free/busy block of data. This is an item on a calendar represented by an appointment or meeting request.

Quick info

typedef struct  tagFBBlock_1 
    { 
    long m_tmStart; 
    long m_tmEnd; 
    FBStatus m_fbstatus; 
    }FBBlock_1; 

Members

m_tmStart

The start time for the block, expressed in relative time. For more information, see Use relative time to access free/busy data.

m_tmEnd

The end time for the block, expressed in relative time.

m_fbStatus

The free/busy status for this block, indicating whether the user is out-of-office, busy, tentative, or free, during the time period between m_tmStart and m_tmEnd.

See also