Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.EKEventStore #115

Open
hw2396611405 opened this issue Jul 23, 2019 · 0 comments
Open

.EKEventStore #115

hw2396611405 opened this issue Jul 23, 2019 · 0 comments

Comments

@hw2396611405
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant