All Implemented Interfaces:
PropAltText<String>, PropLanguage<String>, VProperty<String>, VChild, VElement, VParent

public class Summary extends PropBaseAltText<String,Summary>

3.8.1.12. Summary

Property Name: SUMMARY

Purpose: This property defines a short summary or subject for the calendar component.

Value Type: TEXT

Property Parameters: IANA, non-standard, alternate text representation, and language property parameters can be specified on this property.

Conformance: The property can be specified in VEVENT, VTODO, VJOURNAL, or VALARM calendar components.

Description: This property is used in the VEVENT, VTODO AND VJOURNAL calendar components to capture a short, one-line summary about the activity or journal entry.

This property is used in the VALARM calendar component to capture the subject of an EMAIL category of alarm.

Format Definition: This property is defined by the following notation:

Example: The following is an example of this property:

  • SUMMARY:Department Party

RFC 5545 iCalendar September 2009
  • Constructor Details

    • Summary

      public Summary(Summary source)
      Create deep copy of source Summary
    • Summary

      public Summary(String value)
      Create Summary with property value set to parameter value
    • Summary

      public Summary()
      Create default Summary with no value set
  • Method Details

    • parse

      public static Summary parse(String content)
      Create new Summary by parsing unfolded calendar content