C# Class DirkSarodnick.GoogleSync.Core.Sync.Calendar.CalendarSyncManager

Defines the CalendarSyncManager class.
Inheritance: SyncBase
ファイルを表示 Open project: d03n3rfr1tz3/GoogleSync

Public Methods

Method Description
CalendarSyncManager ( Data.DataRepository repository ) : System.Collections.Generic

Initializes a new instance of the CalendarSyncManager class.

Dispose ( ) : void

Releases unmanaged and - optionally - managed resources

ItemChanged ( object item ) : void

Items the changed.

Sync ( ) : void

Syncs this instance.

Private Methods

Method Description
SyncGoogleToOutlook ( ) : void

Syncs the google to outlook.

SyncOutlookCalendarItem ( AppointmentItem outlookCalendarItem, IEnumerable googleCalendarItems ) : void

Syncs the outlook calendar item.

SyncOutlookToGoogle ( ) : void

Syncs the outlook to google.

Method Details

CalendarSyncManager() public method

Initializes a new instance of the CalendarSyncManager class.
public CalendarSyncManager ( Data.DataRepository repository ) : System.Collections.Generic
repository Data.DataRepository The repository.
return System.Collections.Generic

Dispose() public method

Releases unmanaged and - optionally - managed resources
public Dispose ( ) : void
return void

ItemChanged() public method

Items the changed.
public ItemChanged ( object item ) : void
item object The item.
return void

Sync() public method

Syncs this instance.
public Sync ( ) : void
return void