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

Calendar event reminder #105

Closed
lgArlequin opened this issue Jul 26, 2019 · 5 comments
Closed

Calendar event reminder #105

lgArlequin opened this issue Jul 26, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@lgArlequin
Copy link

Hi, nice plugin!, is there any way to set a reminder when creating the event?
Thanks!

@nickrandolph nickrandolph added the enhancement New feature or request label Aug 4, 2019
@nickrandolph
Copy link
Contributor

@lgArlequin not currently - would love your input if you want to submit a PR....

@finpro-svn
Copy link

I also think that the plugin should be improved so that it is possible to add reminder with the event.

@nickrandolph
Copy link
Contributor

We've added this to the backlog for next version (see project boards) Happy to accept PRs from anyone who wants this feature built before then

@MaikuB
Copy link
Contributor

MaikuB commented Aug 28, 2019

The ability to set multiple reminders based on time relative to the start of the event has been added. Will close this now

@MaikuB MaikuB closed this as completed Aug 28, 2019
@TinchoOlivari
Copy link

This worked for me: #210 (comment)

"Ah good point, no idea why reminder is not part of the constructor, I'll make sure to add it in the next release. As a workaround, you can directly assign to the property. For example:"

var reminders = List<Reminder>();
reminders.add(Reminder(minutes: 30));

var event = Event("1", title: "Test Event");
event.reminders = reminders;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants