ExtendedCalendar

ExtendedCalendar()

初始化 ExtendedCalendar 类的新实例。

public ExtendedCalendar()

也可以看看


ExtendedCalendar(string)

初始化 ExtendedCalendar 类的新实例。

public ExtendedCalendar(string summary)
范围类型描述
summaryString日历的标题。

也可以看看


ExtendedCalendar(string, string)

初始化 ExtendedCalendar 类的新实例。

public ExtendedCalendar(string id, string summary)
范围类型描述
idString资源的标识符。
summaryString日历的标题。

也可以看看


ExtendedCalendar(string, string, string, string)

初始化 ExtendedCalendar 类的新实例。

public ExtendedCalendar(string summary, string description, string location, string timeZone)
范围类型描述
summaryString日历的标题。
descriptionString日历的说明。
locationString日历的地理位置为自由格式文本。
timeZoneString日历的时区。

也可以看看


ExtendedCalendar(string, string, string, string, string)

初始化 ExtendedCalendar 类的新实例。

public ExtendedCalendar(string id, string summary, string description, string location, 
    string timeZone)
范围类型描述
idString资源的标识符。
summaryString日历的标题。
descriptionString日历的说明。
locationString日历的地理位置为自由格式文本。
timeZoneString日历的时区。

也可以看看


ExtendedCalendar(string, string, string, string, string, string, string, string, string, bool, bool, AccessRole, KeyValuePair<ReminderMethods, int>[], bool)

初始化 ExtendedCalendar 类的新实例。

public ExtendedCalendar(string id, string summary, string description, string location, 
    string timeZone, string summaryOverride, string colorId, string backgroundColor, 
    string foregroundColor, bool hidden, bool selected, AccessRole accessRole, 
    KeyValuePair<ReminderMethods, int>[] defaultReminders, bool primary)
范围类型描述
idString资源的标识符。
summaryString日历的标题。
descriptionString日历的说明。
locationString日历的地理位置为自由格式文本。
timeZoneString日历的时区。
summaryOverrideString经过身份验证的用户为此日历设置的摘要。
colorIdString日历的颜色。这是一个 ID,指的是颜色定义的“日历”部分中的条目(请参阅“颜色”端点)。
backgroundColorString日历的主颜色,格式为“#0088aa”。此属性取代了基于索引的 colorId 属性。
foregroundColorString日历的前景色,格式为“#ffffff”。此属性取代了基于索引的 colorId 属性。
hiddenBoolean日历是否已从列表中隐藏。默认值为假。
selectedBoolean日历内容是否显示在日历 UI 中。默认值为假。
accessRoleAccessRole经过身份验证的用户在日历上的有效访问角色。只读。可能的值为:
defaultRemindersKeyValuePair`2[]经过身份验证的用户对此日历的默认提醒。
primaryBoolean日历是否是经过身份验证的用户的主日历。只读。默认值为假。

也可以看看


ExtendedCalendar(string, string, string, string, string, string, string, string, string, string, bool, bool, AccessRole, KeyValuePair<ReminderMethods, int>[], bool)

初始化 ExtendedCalendar 类的新实例。

public ExtendedCalendar(string id, string eTag, string summary, string description, 
    string location, string timeZone, string summaryOverride, string colorId, 
    string backgroundColor, string foregroundColor, bool hidden, bool selected, 
    AccessRole accessRole, KeyValuePair<ReminderMethods, int>[] defaultReminders, bool primary)
范围类型描述
idString资源的标识符。
eTagString实体标签
summaryString日历的标题。
descriptionString日历的说明。
locationString日历的地理位置为自由格式文本。
timeZoneString日历的时区。
summaryOverrideString经过身份验证的用户为此日历设置的摘要。
colorIdString日历的颜色。这是一个 ID,指的是颜色定义的“日历”部分中的条目(请参阅“颜色”端点)。
backgroundColorString日历的主颜色,格式为“#0088aa”。此属性取代了基于索引的 colorId 属性。
foregroundColorString日历的前景色,格式为“#ffffff”。此属性取代了基于索引的 colorId 属性。
hiddenBoolean日历是否已从列表中隐藏。默认值为假。
selectedBoolean日历内容是否显示在日历 UI 中。默认值为假。
accessRoleAccessRole经过身份验证的用户在日历上的有效访问角色。只读。可能的值为:
defaultRemindersKeyValuePair`2[]经过身份验证的用户对此日历的默认提醒。
primaryBoolean日历是否是经过身份验证的用户的主日历。只读。默认值为假。

也可以看看