Skip to content

sixteamparlay/fa-plugin-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Calendar Plugin

####by FrostAura & NodeNinja

Description

This plugin allows for adding of calendar events to the device native calendar.

Supported Platforms

  • Windows Phone 8

Installation

phonegap plugin add https://github.com/faGH/fa-plugin-calendar.git

Usage

var onSuccess = function(){
	// Success code
};

var onFailure = function(error){
	// Error code
};

window.faCalendar.AddEvent(
	onSuccess, 
	onFailure, 
	"Event Notes",
	"Event Title",
	"Event Location",
	2015, // Event Year
	8, // Event Month
	21, // Event Day
	1.0 // Event Duration in Hours
);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published