user1160329
user1160329

Reputation: 135

PhoneGap Android Calendar Integration

I want help with integration pf my phone gap application to interact with the native calendar in android.Am stuck at this point.Any help would be appreciated.

Upvotes: 0

Views: 1736

Answers (2)

rbarriuso
rbarriuso

Reputation: 821

This question was asked quite some time ago, but the accepted answer isn't accurate nowadays.

On September 2013 Eddy Verbruggen created a nice PhoneGap / Cordova plugin for this purpose.
You can find all the information in the following link: https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin

Upvotes: 0

James Cross
James Cross

Reputation: 7859

Phonegap does not allow for calendar integration. Take a look here for phonegap supported features: http://phonegap.com/about/feature

You might want to take a look at Rhomobile which seems to support a system calendar: http://docs.rhomobile.com/rhodes/device-caps#pim-calendarevents

Upvotes: 1

Related Questions