Class VEventResultParser


  • public final class VEventResultParser
    extends ResultParser
    Partially implements the iCalendar format's "VEVENT" format for specifying a calendar event. See RFC 2445. This supports SUMMARY, LOCATION, GEO, DTSTART and DTEND fields.
    • Constructor Detail

      • VEventResultParser

        public VEventResultParser()
    • Method Detail

      • matchSingleVCardPrefixedField

        private static java.lang.String matchSingleVCardPrefixedField​(java.lang.CharSequence prefix,
                                                                      java.lang.String rawText)
      • matchVCardPrefixedField

        private static java.lang.String[] matchVCardPrefixedField​(java.lang.CharSequence prefix,
                                                                  java.lang.String rawText)
      • stripMailto

        private static java.lang.String stripMailto​(java.lang.String s)