Give us feedback
calendar-plugin
Mobile icon

Calendar Plugin

Supported
Stable version 3.1.4 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 19 November 2021 by 
3.6
 (5 ratings)
calendar-plugin

Calendar Plugin

Details
Plugin to Create, Change, Delete and Find Events in the device's Calendar.
Read more

Plugin to Create, Change, Delete and Find Events in the device's Calendar.

 

How to use this plugin?

Create events by calling either CreateEvent client action or CreateEventWithOptions, if you need additional recurrence, URL or reminder options. This action allows the user to edit the event before creation, or silently creating it.

 

Finding and Deleting events is possible using the FindEvent and DeleteEvent actions respectively, which allows prefix searching for Title, Location or Notes, within a timeframe.

 

 It’s also possible to open the device’s calendar specifying the date in which it is to open by calling OpenCalendar.


MABS Compatibility

The latest version (3.1.3) of Calendar Plugin is compatible with the supported MABS versions available: 

  • MABS 8.0

  • MABS 7.0 

  • MABS 6.3 

 

Licensing

Calendar plugin for Apache Cordova
MIT License (MIT)
Copyright © 2016 Eddy Verbruggen

Release notes (3.1.4)
  • Fixed bug for iOS >= 15.1 when creating an editable event.
Reviews (1)
2021-02-25
in version 3.1.1
1- For find event by id first we need to retrieve all the events on the calendar, and in that list then filter by id.
2 - In IOS using the findEvent action, the StartDate and EndDate are null. This problem was reported in 2017 and still occurring.