TooTallNate / NodObjC

The Node.js ⇆ Objective-C bridge

Home Page:http://tootallnate.github.io/NodObjC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.EKEventStore

hw2396611405 opened this issue · comments

var eventStatus = $.EKEventStore('authorizationStatusForEntityType',$.EKEntityTypeEvent)
console.log('获取日历添加状态',eventStatus)
var eventStore = $.EKEventStore('alloc')('init');
var event = $.EKEvent('eventWithEventStore',eventStore)
event('setCalendar',eventStore('defaultCalendarForNewEvents'))
console.log('--------event',event)
event.title = 'ceshi'+"";
event.startDate = $.NSDate('dateWithTimeIntervalSinceNow',10)
console.log('--------event',event)
cann't give value to event.title can you help me? Thank you