All Implemented Interfaces:
VParameter<Boolean>, VChild, VElement

public class RSVP extends VParameterBase<RSVP,Boolean>
RSVP RSVP Expectation RFC 5545, 3.2.17, page 26 To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value. Example: ATTENDEE;RSVP=TRUE:mailto:jsmith@example.com
  • Field Details

  • Constructor Details

    • RSVP

      public RSVP()
    • RSVP

      public RSVP(Boolean value)
    • RSVP

      public RSVP(RSVP source)
  • Method Details

    • parse

      public static RSVP parse(String content)