public static class Event.ExtendedProperties
extends java.lang.Object
| Constructor and Description |
|---|
ExtendedProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getPrivateProperties()
Properties that are private to the copy of the event that appears on
this calendar.
|
java.util.Map<java.lang.String,java.lang.String> |
getSharedProperties()
Properties that are shared between copies of the event on other
attendees' calendars.
|
public java.util.Map<java.lang.String,java.lang.String> getPrivateProperties()
null if none.public java.util.Map<java.lang.String,java.lang.String> getSharedProperties()
null if none.