@sivaramapandian wrote:
Hello,
I am getting difficult to integrate calendar and add event. Could you please help me?Below code always fails and gives 111111
this.calendar.createEventInteractivelyWithOptions(
this.content.title,
this.content.location,
null,
this.content.startTimeTs
this.content.endTimeTs
).then(success=>{
console.log(4324)
},
error=>{
console.log(111111)
})
Posts: 1
Participants: 1