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

How to create recurring event #371

Closed
gomzygba opened this issue Aug 6, 2019 · 7 comments
Closed

How to create recurring event #371

gomzygba opened this issue Aug 6, 2019 · 7 comments

Comments

@gomzygba
Copy link

gomzygba commented Aug 6, 2019

Version

Not using yet

Development Environment

Current Behavior

Hi, from the documentation, its a bit unclear if recurrence is supported. Does Toast Calendar provide ability to create/modify recurring events? If recurrence is supported, how will an end user be able to create recurring tasks?

// Write example code

Expected Behavior

I should be able to create/modify an event and provide end user with ability to set/unset recurrence.

@jungeun-cho
Copy link
Contributor

@gomzygba
TUI Calendar does not generate schedule data for repetition.

However, if you set any value in the recurrence rule when you createSchedules (for example, an appointment that allows you to create a recurrence schedule in the Back End API), the schedule data will have this recurrenceRule prop.

With this recurrenceRule, you can handle it where we store the actual schedule data(backend).

@stale
Copy link

stale bot commented Mar 9, 2020

This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!

@stale stale bot added the inactive label Mar 9, 2020
@stale
Copy link

stale bot commented Mar 16, 2020

This issue will be closed due to inactivity. Thanks for your contribution!

@stale stale bot closed this as completed Mar 16, 2020
@egill31
Copy link

egill31 commented Jul 15, 2020

Hello there,

I realise this is closed, but can anyone indicate where to find some info on recurrenceRule? The only definition I have managed to find in the documentation is: The recurrence rule.

Thanks a lot for the great project!

@dongsik-yoo
Copy link
Contributor

@egill31
Dooray! which uses TOAST UI Calendar uses RFC5545 recurrence rule.

@alejandrotrevi
Copy link

@dongsik-yoo Any plans on implementing recurring events in the future?

@JyotiSingh4
Copy link

Hello there,

I realise this is closed, but can anyone indicate where to find some info on recurrenceRule? The only definition I have managed to find in the documentation is: The recurrence rule.

Thanks a lot for the great project!

Hi @egill31

Were you able to integrate recurrence rule with toast UI calendar?

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

6 participants