Synchronizing calendars for gmail and some events.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public enum AttendeeStatus
|
||||
{
|
||||
NeedsAction,
|
||||
Accepted,
|
||||
Tentative,
|
||||
Declined
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
{
|
||||
public enum CalendarItemVisibility
|
||||
{
|
||||
Default,
|
||||
Public,
|
||||
Private
|
||||
Private,
|
||||
Confidential
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,8 +2,10 @@
|
||||
{
|
||||
public enum CalendarSynchronizationType
|
||||
{
|
||||
AllCalendars, // Sync all calendars.
|
||||
SingleCalendar, // Sync only one calendar.
|
||||
ExecuteRequests, // Execute all requests in the queue.
|
||||
CalendarMetadata, // Sync calendar metadata.
|
||||
CalendarEvents, // Sync all events for all calendars.
|
||||
SingleCalendar, // Sync events for only specified calendars.
|
||||
UpdateProfile // Update profile information only.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user