Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schedule end of notifications and vibrations each time #979

Closed
jomarocas opened this issue May 18, 2016 · 3 comments
Closed

schedule end of notifications and vibrations each time #979

jomarocas opened this issue May 18, 2016 · 3 comments

Comments

@jomarocas
Copy link

jomarocas commented May 18, 2016

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

@sudhyr
Copy link

sudhyr commented Jun 2, 2016

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

@rwillett
Copy link
Collaborator

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

@rwillett
Copy link
Collaborator

rwillett commented Mar 3, 2017

No update from original poster so closing.

@rwillett rwillett closed this as completed Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants