Class EKCalendar

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

    public class EKCalendar
    extends EKObject
    Since:
    Available in iOS 4.0 and later.
    • Constructor Detail

      • EKCalendar

        public EKCalendar()
      • EKCalendar

        public EKCalendar​(EKEntityType entityType,
                          EKEventStore eventStore)
        Since:
        Available in iOS 6.0 and later.
    • Method Detail

      • getSource

        public EKSource getSource()
      • setSource

        public void setSource​(EKSource v)
      • getCalendarIdentifier

        public java.lang.String getCalendarIdentifier()
        Since:
        Available in iOS 5.0 and later.
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String v)
      • allowsContentModifications

        public boolean allowsContentModifications()
      • isSubscribed

        public boolean isSubscribed()
        Since:
        Available in iOS 5.0 and later.
      • isImmutable

        public boolean isImmutable()
        Since:
        Available in iOS 5.0 and later.
      • getCGColor

        public CGColor getCGColor()
      • setCGColor

        public void setCGColor​(CGColor v)
      • getAllowedEntityTypes

        public EKEntityMask getAllowedEntityTypes()
        Since:
        Available in iOS 6.0 and later.
      • create

        protected static long create​(EKEntityType entityType,
                                     EKEventStore eventStore)
        Since:
        Available in iOS 6.0 and later.