C# 클래스 DirkSarodnick.GoogleSync.Core.Extensions.CalendarExtensions

Defines the Calendar Extensions.
파일 보기 프로젝트 열기: d03n3rfr1tz3/GoogleSync

공개 메소드들

메소드 설명
GetMinutes ( this reminder ) : int

Gets the minutes.

GetRecipientType ( this type ) : OlMeetingRecipientType

Gets the type of the recipient.

GetRecipientType ( this type ) : Who.AttendeeType

Gets the type of the recipient.

GetStatus ( this transparency ) : OlBusyStatus

Gets the status.

GetStatus ( this status ) : OlResponseStatus

Gets the status.

GetStatus ( this visibility ) : OlSensitivity

Gets the status.

GetStatus ( this status ) : string

Gets the status.

Merge ( this locations, string location ) : bool

Merges the specified locations.

Merge ( this participants, AppointmentItem outlookCalendarItem ) : bool

Merges the specified participants.

MergeRecipients ( this outlookCalendarItem, IEnumerable googleParticipants ) : bool

Merges the specified recipients.

MergeRecurrence ( this outlookCalendarItem, Google.GData.Extensions.Recurrence recurrence ) : bool

Merges the recurrence.

MergeWith ( this googleCalendarItem, AppointmentItem outlookCalendarItem ) : bool

Merges the with.

MergeWith ( this outlookCalendarItem, Google.GData.Calendar.EventEntry googleCalendarItem ) : bool

Merges the with.

Mergeable ( this calendarItems, Google.GData.Calendar.EventEntry calendarItem ) : IEnumerable

Determines wether the calendar items are mergable.

Mergeable ( this calendarItems, AppointmentItem calendarItem ) : IEnumerable

Determines wether the calendar items are mergable.

Mergeable ( AppointmentItem outlookCalendarItem, Google.GData.Calendar.EventEntry googleCalendarItem ) : bool

Determines wether the calendar items are mergable.

메소드 상세

GetMinutes() 공개 정적인 메소드

Gets the minutes.
public static GetMinutes ( this reminder ) : int
reminder this The reminder.
리턴 int

GetRecipientType() 공개 정적인 메소드

Gets the type of the recipient.
public static GetRecipientType ( this type ) : OlMeetingRecipientType
type this The type.
리턴 OlMeetingRecipientType

GetRecipientType() 공개 정적인 메소드

Gets the type of the recipient.
public static GetRecipientType ( this type ) : Who.AttendeeType
type this The type.
리턴 Google.GData.Extensions.Who.AttendeeType

GetStatus() 공개 정적인 메소드

Gets the status.
public static GetStatus ( this transparency ) : OlBusyStatus
transparency this The transparency.
리턴 OlBusyStatus

GetStatus() 공개 정적인 메소드

Gets the status.
public static GetStatus ( this status ) : OlResponseStatus
status this The status.
리턴 OlResponseStatus

GetStatus() 공개 정적인 메소드

Gets the status.
public static GetStatus ( this visibility ) : OlSensitivity
visibility this The visibility.
리턴 OlSensitivity

GetStatus() 공개 정적인 메소드

Gets the status.
public static GetStatus ( this status ) : string
status this The status.
리턴 string

Merge() 공개 정적인 메소드

Merges the specified locations.
public static Merge ( this locations, string location ) : bool
locations this The locations.
location string The location.
리턴 bool

Merge() 공개 정적인 메소드

Merges the specified participants.
public static Merge ( this participants, AppointmentItem outlookCalendarItem ) : bool
participants this The participants.
outlookCalendarItem AppointmentItem The outlook calendar item.
리턴 bool

MergeRecipients() 공개 정적인 메소드

Merges the specified recipients.
public static MergeRecipients ( this outlookCalendarItem, IEnumerable googleParticipants ) : bool
outlookCalendarItem this The outlook calendar item.
googleParticipants IEnumerable The google participants.
리턴 bool

MergeRecurrence() 공개 정적인 메소드

Merges the recurrence.
public static MergeRecurrence ( this outlookCalendarItem, Google.GData.Extensions.Recurrence recurrence ) : bool
outlookCalendarItem this The outlook calendar item.
recurrence Google.GData.Extensions.Recurrence The recurrence.
리턴 bool

MergeWith() 공개 정적인 메소드

Merges the with.
public static MergeWith ( this googleCalendarItem, AppointmentItem outlookCalendarItem ) : bool
googleCalendarItem this The google calendar item.
outlookCalendarItem AppointmentItem The outlook calendar item.
리턴 bool

MergeWith() 공개 정적인 메소드

Merges the with.
public static MergeWith ( this outlookCalendarItem, Google.GData.Calendar.EventEntry googleCalendarItem ) : bool
outlookCalendarItem this The outlook calendar item.
googleCalendarItem Google.GData.Calendar.EventEntry The google calendar item.
리턴 bool

Mergeable() 공개 정적인 메소드

Determines wether the calendar items are mergable.
public static Mergeable ( this calendarItems, Google.GData.Calendar.EventEntry calendarItem ) : IEnumerable
calendarItems this The calendar items.
calendarItem Google.GData.Calendar.EventEntry The calendar item.
리턴 IEnumerable

Mergeable() 공개 정적인 메소드

Determines wether the calendar items are mergable.
public static Mergeable ( this calendarItems, AppointmentItem calendarItem ) : IEnumerable
calendarItems this The calendar items.
calendarItem AppointmentItem The calendar item.
리턴 IEnumerable

Mergeable() 공개 정적인 메소드

Determines wether the calendar items are mergable.
public static Mergeable ( AppointmentItem outlookCalendarItem, Google.GData.Calendar.EventEntry googleCalendarItem ) : bool
outlookCalendarItem AppointmentItem The outlook calendar item.
googleCalendarItem Google.GData.Calendar.EventEntry The google calendar item.
리턴 bool