Click or drag to resize

SystemCalendar Class

The System.Calendar properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemCalendar

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Calendar

The SystemCalendar type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDuration
The System.Calendar.Duration property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Calendar_Duration. Display name Duration.
Public propertyStatic memberIsOnline
The System.Calendar.IsOnline property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Calendar_IsOnline. Display name Is online.
Public propertyStatic memberIsRecurring
The System.Calendar.IsRecurring property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Calendar_IsRecurring. Display name Is recurring.
Public propertyStatic memberLocation
The System.Calendar.Location property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Calendar_Location. Display name Location.
Public propertyStatic memberOptionalAttendeeAddresses
The System.Calendar.OptionalAttendeeAddresses property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Calendar_OptionalAttendeeAddresses. Display name Optional attendee addresses.
Public propertyStatic memberOptionalAttendeeNames
The System.Calendar.OptionalAttendeeNames property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Calendar_OptionalAttendeeNames. Display name Optional attendees.
Public propertyStatic memberOrganizerAddress
The System.Calendar.OrganizerAddress property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Calendar_OrganizerAddress. Display name Organizer address.
Public propertyStatic memberOrganizerName
The System.Calendar.OrganizerName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Calendar_OrganizerName. Display name Organizer name.
Public propertyStatic memberReminderTime
The System.Calendar.ReminderTime property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Calendar_ReminderTime. Display name Reminder time.
Public propertyStatic memberRequiredAttendeeAddresses
The System.Calendar.RequiredAttendeeAddresses property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Calendar_RequiredAttendeeAddresses. Display name Required attendee addresses.
Public propertyStatic memberRequiredAttendeeNames
The System.Calendar.RequiredAttendeeNames property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Calendar_RequiredAttendeeNames. Display name Required attendees.
Public propertyStatic memberResources
The System.Calendar.Resources property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Calendar_Resources. Display name Resources.
Public propertyStatic memberResponseStatus
The System.Calendar.ResponseStatus property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_Calendar_ResponseStatus. Display name Meeting status.
Public propertyStatic memberShowTimeAs
The System.Calendar.ShowTimeAs property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_Calendar_ShowTimeAs. Display name Free/busy status.
Public propertyStatic memberShowTimeAsText
The System.Calendar.ShowTimeAsText property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Calendar_ShowTimeAsText.
Top
See Also