Calendar-PhoneGap-Plugin icon indicating copy to clipboard operation
Calendar-PhoneGap-Plugin copied to clipboard

problem with calendar.js

Open sgs1 opened this issue 7 years ago • 0 comments

Hello, I've included calendar.js in my file, and I attach here the code.

<script type="text/javascript" src="cordova.js"></script> <script type="text/javascript" src="SQLitePlugin.js"></script> <script type="text/javascript" src="js/Calendar.js"></script> <script type="text/javascript" src="js/sincronizza_con_calendario.js"></script>

The error that I see is this before the execution of the creation of an event is this:

Object is not a constructor (evaluating 'new Calendar()') cordova.js:322

What I'm wrong?

sgs1 avatar Jan 11 '18 10:01 sgs1