C# Class ConsoleApplication1.GoogleCalendarApi

显示文件 Open project: atosorigin/GoogleToExchangeCalendarMigration Class Usage Examples

Protected Properties

Property Type Description
log log4net.ILog

Public Methods

Method Description
AuthenticateV2 ( ) : void
AuthenticateV3 ( ) : void
GetCalendarFeed ( ) : void
GetUserCalendarList ( ) : void
GetUserCalendars ( String emailAddress ) : void
GoogleCalendarApi ( ) : System
WriteEventInformation ( ) : void

Private Methods

Method Description
GetCalendarId ( Google.GData.Calendar.EventEntry entry ) : void
GetEventId ( Google.GData.Calendar.EventEntry entry ) : void
WriteAttendees ( Google.GData.Calendar.EventEntry entry ) : void
WriteComments ( ) : void
WriteCreatorDisplayName ( Google.GData.Calendar.EventEntry entry ) : void
WriteCreatorEmail ( Google.GData.Calendar.EventEntry entry ) : void
WriteDescription ( Google.GData.Calendar.EventEntry entry ) : void
WriteEndDateAndTime ( Google.GData.Calendar.EventEntry entry ) : void
WriteEndTimeZone ( Google.GData.Calendar.EventEntry entry ) : void
WriteEventAllDay ( Google.GData.Calendar.EventEntry entry ) : void
WriteEventId ( Google.GData.Calendar.EventEntry entry ) : void
WriteEventKind ( Google.GData.Calendar.EventEntry entry ) : void
WriteEventStatus ( Google.GData.Calendar.EventEntry entry ) : void
WriteGuestsCanInviteOthers ( Google.GData.Calendar.EventEntry entry ) : void
WriteGuestsCanModify ( Google.GData.Calendar.EventEntry entry ) : void
WriteGuestsCanSeeOtherGuests ( Google.GData.Calendar.EventEntry entry ) : void
WriteLocation ( Google.GData.Calendar.EventEntry entry ) : void
WritePrivateValue ( Google.GData.Calendar.EventEntry entry ) : void
WriteRecurrenceDetails ( Google.GData.Calendar.EventEntry entry ) : void
WriteReminders ( Google.GData.Calendar.EventEntry entry ) : void
WriteStartDateAndTime ( Google.GData.Calendar.EventEntry entry ) : void
WriteStartTimeZone ( Google.GData.Calendar.EventEntry entry ) : void
WriteTitleOrSummary ( Google.GData.Calendar.EventEntry entry ) : void
WriteTransparency ( Google.GData.Calendar.EventEntry entry ) : void
WriteUpdatedDateTimeW ( Google.GData.Calendar.EventEntry entry ) : void
WriteVisibility ( Google.GData.Calendar.EventEntry entry ) : void

Method Details

AuthenticateV2() public method

public AuthenticateV2 ( ) : void
return void

AuthenticateV3() public method

public AuthenticateV3 ( ) : void
return void

GetCalendarFeed() public method

public GetCalendarFeed ( ) : void
return void

GetUserCalendarList() public method

public GetUserCalendarList ( ) : void
return void

GetUserCalendars() public method

public GetUserCalendars ( String emailAddress ) : void
emailAddress String
return void

GoogleCalendarApi() public method

public GoogleCalendarApi ( ) : System
return System

WriteEventInformation() public method

public WriteEventInformation ( ) : void
return void

Property Details

log protected_oe static_oe property

protected static ILog,log4net log
return log4net.ILog