-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support recurring events #99
Comments
Hey 👋 - just to add here, would it be possible to specify the recurrence days? (probably as an addition to supporting simpler recurring events if it's a bit much) So for example, it would be nice to be able to create a Weekly event that occurs on Monday, Wednesday, Friday. I think with EventKit it's Thanks! |
Hey @nathanblankson , Doesnt the initial suggestion already cover the case you described? For example:
Result: The event is created on a Monday and will be repeated every week on Monday until the end date is reached. I think the reminders have this functionality implemented already. |
I think not. @nathanblankson means cases like repeat Monday, Tuesday and Thursday events every week. |
@osca Yeah, that's what I meant - that way, we can build something like this to programmatically set the recurring days ![]() |
Hey @osca, hope you're doing well! Has there been any progress on this piece? Me and my team are quite eager to have this functionality in-app. Cheers. |
Nothing new heard about this issue. We're using another library for now @awesome-cordova-plugins/calendar which lacks other functionality, but we can live with that. |
hi @ebarooni , is it still in your plan to add "Reccuring" support? like its done here https://ionic.io/docs/supported-plugins/calendar#optional-recurrence |
Hi @vlad31011 , this is definitely in the plan but i cant give a time estimate for it. It will be included in the next release. |
Hi @vlad31011 and @ebarooni, me and a colleague are working on that feature right now. We hope to bring a merge request soon to this repository! |
FYI: I merged the accounts so I'm working on it. |
@AhegaHOE Thanks im looking forward to it. If applicable, could you please distribute your contribution into separate PRs? Such that each PR has a small scope. |
@ebarooni Sure, I will try my best to create small PRs for each feature. We are adding quite a bit of stuff! It would probably be better to do it in small steps at a time. EDIT: I will look at it tomorrow! |
It would be great to offer recurring events with options like:
The text was updated successfully, but these errors were encountered: