Class EKEvent

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class EKEvent
    extends EKCalendarItem
    Since:
    Available in iOS 4.0 and later.
    • Method Detail

      • getEventIdentifier

        public java.lang.String getEventIdentifier()
      • isAllDay

        public boolean isAllDay()
      • setAllDay

        public void setAllDay​(boolean v)
      • getStartDate

        public NSDate getStartDate()
      • setStartDate

        public void setStartDate​(NSDate v)
      • getEndDate

        public NSDate getEndDate()
      • setEndDate

        public void setEndDate​(NSDate v)
      • getStructuredLocation

        public EKStructuredLocation getStructuredLocation()
        Since:
        Available in iOS 9.0 and later.
      • setStructuredLocation

        public void setStructuredLocation​(EKStructuredLocation v)
        Since:
        Available in iOS 9.0 and later.
      • isDetached

        public boolean isDetached()
      • getOccurrenceDate

        public NSDate getOccurrenceDate()
        Since:
        Available in iOS 9.0 and later.
      • getBirthdayContactIdentifier

        public java.lang.String getBirthdayContactIdentifier()
        Since:
        Available in iOS 9.0 and later.
      • getBirthdayPersonID

        @Deprecated
        public long getBirthdayPersonID()
        Deprecated.
        Deprecated in iOS 9.0. Use birthdayContactIdentifier instead
        Since:
        Available in iOS 5.0 and later.
      • refresh

        public boolean refresh()
        Overrides:
        refresh in class EKObject
      • create

        protected static long create​(EKEventStore eventStore)