PersonalEventContentData
public struct PersonalEventContentData : Contentextension PersonalEventContentData: RCFValidatablePersonalEventContentData is used for creating and editing a PersonalEvent. Contains all of the fields that a user can modify.
- 
                  
                  The title for the PersonalEvent. DeclarationSwift var title: String
- 
                  
                  A description of the PersonalEvent. DeclarationSwift var description: String?
- 
                  
                  The starting time for the PersonalEvent. DeclarationSwift var startTime: Date
- 
                  
                  The ending time for the PersonalEvent. DeclarationSwift var endTime: Date
- 
                  
                  The location for the PersonalEvent. DeclarationSwift var location: String?
- 
                  
                  Users that have been invited to this PersonalEvent. Should not contain the owner. DeclarationSwift var participants: [UUID]
- 
                  
                  DeclarationSwift func runValidations(using decoder: ValidatingDecoder) throws
 View on GitHub
            View on GitHub
          