Class Event.ExtendedProperties

  • Enclosing class:
    Event

    public static class Event.ExtendedProperties
    extends Object
    Extended properties of an event.
    • Constructor Detail

      • ExtendedProperties

        public ExtendedProperties()
    • Method Detail

      • getPrivateProperties

        public Map<String,​String> getPrivateProperties()
        Properties that are private to the copy of the event that appears on this calendar.
        Returns:
        the value or null if none.
      • getSharedProperties

        public Map<String,​String> getSharedProperties()
        Properties that are shared between copies of the event on other attendees' calendars.
        Returns:
        the value or null if none.