Version

ActivityFeature Enumeration

Used to specify which activityfeatures are supported.
Syntax
'Declaration
 
Public Enum ActivityFeature 
   Inherits System.Enum
public enum ActivityFeature : System.Enum 
Members
MemberDescription
CanChangeOwningCalendarWhether owning calendar of an activity can be changed.
CanChangeOwningResourceWhether owning resource of an activity can be changed.
CategoriesWhether the activity categories are supported.
EndTimeWhether the activity supports end time.
EndTimezoneWhether the start time zone id is supported.
RecurrenceRecurring activities.
ReminderReminders.
StartTimezoneWhether the start time zone id is supported. For example if the data source doesn't have a field for storing time-zone for start time then the feature would not be supported. Furthermore the activity would be considered time-zone neutral.
TimeZoneNeutralityMaking an activity time-zone neutral.
VarianceModifying an occurrence.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also