Cordova-plugin-local-notifications: schedule end of notifications and vibrations each time

Created on 18 May 2016  ·  3Comments  ·  Source: katzer/cordova-plugin-local-notifications

hi @katzer i want personalize notifications with end date something like that, end time to schedule and vibrate each time 20 milliseconds.

    var now = new Date().getTime(),
    hour = new Date(now + 5*1000);
    endate =  new Date(now + 500*1000);

        if (window.cordova) {
            window.cordova.plugins.notification.local.schedule({
                firstAt:hour,
                title: "tomar medicamentos 1",
                text: "tomese el acetaminofen",
                every: 2,
                to: enddate,
                vibrate: 20
            });
        }
    }

this is possible in documentation no exist nothing like this, thanks

Awaiting Information

Most helpful comment

Hi @katzer , I'm also looking for a 'last date' like feature for repeating notifications.
Any help is highly appreciated. Thanks.

All 3 comments

Hi @katzer , I'm also looking for a 'last date' like feature for repeating notifications.
Any help is highly appreciated. Thanks.

Is this still an issue? Its not been updated in nearly a year?

No update from original poster so closing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Shashank2406 picture Shashank2406  ·  5Comments

skks1212 picture skks1212  ·  4Comments

ibnbd picture ibnbd  ·  4Comments

GitToTheHub picture GitToTheHub  ·  4Comments

AbayIbrayev picture AbayIbrayev  ·  4Comments