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)
})
Please edit your post, it is not very readable at the moment.
Use the </>
button above the input field to format your code, command line output or error message (select the text first, then click the button or wrap it in ```
manually). Check the preview if it looks better. This will make sure your text is readable and if it recognizes the programming language it also automatically adds code syntax highlighting. Thanks.
thanks for your big reply, rather giving small solution.
Canned replies for the win.
Why should we invest time trying to help you if you can’t even make the code you posted readable.
Thanks again. Keep it up.
1 Like