Create calendar event with invitation using cordova-plugin-calendar

I’m using ionic 3. I see according to the document (http://ionicframework.com/docs/native/calendar/), the create event function is just to create with those variables:

createEvent(title, location, notes, startDate, endDate)

Anyone knows how I could create a calendar event with attendees ?