Class EKCalendar

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class EKCalendar
extends EKObject
  • Constructor Details

  • Method Details

    • getSource

      public EKSource getSource()
    • setSource

      public void setSource​(EKSource v)
    • getCalendarIdentifier

      public String getCalendarIdentifier()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle​(String v)
    • getType

      public EKCalendarType getType()
    • allowsContentModifications

      public boolean allowsContentModifications()
    • isSubscribed

      public boolean isSubscribed()
    • isImmutable

      public boolean isImmutable()
    • getCGColor

      public CGColor getCGColor()
    • setCGColor

      public void setCGColor​(CGColor v)
    • getSupportedEventAvailabilities

      public EKCalendarEventAvailabilityMask getSupportedEventAvailabilities()
    • getAllowedEntityTypes

      public EKEntityMask getAllowedEntityTypes()
    • create

      protected static long create​(EKEntityType entityType, EKEventStore eventStore)