luxlabs header browser preview


@class NSSet;
@protocol CalDAVMkcalendarTaskDelegate, CoreDAVTaskDelegate;

@interface CalDAVMkcalendarTask : CoreDAVTask

@property (retain, nonatomic) NSSet *setElements;
@property (nonatomic) id<CalDAVMkcalendarTaskDelegate, CoreDAVTaskDelegate> delegate;

- (void)finishCoreDAVTaskWithError:(id)a0;
- (id)copyDefaultParserForContentType:(id)a0;
- (id)requestBody;
- (id)initWithURL:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)httpMethod;
- (id)initWithPropertiesToSet:(id)a0 atURL:(id)a1;
- (void)setSupportForEvents:(BOOL)a0 tasks:(BOOL)a1;

@end