Show
Ignore:
Timestamp:
07/09/07 10:02:18 (2 years ago)
Author:
daboo
Message:

Some 4.1 changes. Mostly vCard/CardDAV and CalDAV scheduling support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CLocalCalendarClient.h

    r19 r86  
    8989        virtual void    _MyRights(CCalendarStoreNode& node);                                                    // Get current user's rights to calendar 
    9090 
     91        // Schedule related 
     92        virtual void    _GetScheduleInboxOutbox(const CCalendarStoreNode& node, cdstring& inboxURI, cdstring& outboxURI); 
     93        virtual void    _Schedule(const cdstring& outboxURI, 
     94                                                          const cdstring& originator, 
     95                                                          const cdstrvect& recipients, 
     96                                                          const iCal::CICalendar& cal, 
     97                                                          iCal::CITIPScheduleResultsList& results); 
     98        virtual void    _GetFreeBusyCalendars(cdstrvect& calendars); 
     99        virtual void    _SetFreeBusyCalendars(const cdstrvect& calendars); 
     100 
    91101protected: 
    92102        bool                            mCaching;                                               // Use extra cache files