-1

How to access native calendar by using hybrid technology?, For example adding event to calendar?

Idan Adar
  • 44,156
  • 13
  • 50
  • 89

1 Answers1

0

You can write a Cordova plug-in that will call custom native could that you will have to implement, in order to add events to the default Calendar application provided by the OS.

To implement Cordova plug-ins in MobileFirst Platform, see here: https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/adding-native-functionality/

To programmatically add events, see here for one such example: Programmatically add custom event in the iPhone Calendar

Community
  • 1
  • 1
Idan Adar
  • 44,156
  • 13
  • 50
  • 89