Skip to content

gurindernarang/customCalender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customCalender

Calender with UI and custom events

To add plugin run the following command
cordova plugin add https://github.com/gurindernarang/customCalender.git

inside app.js write the following code

 var success = function(message) {
    alert(message);
 }
 var failure = function(error) {
    alert("Error calling plugin");
 }
 calender.greet("Message to be displayed", success, failure);

About

Calender with UI and custom events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published