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

Support of recurring events in calendar interface #50

Open
buddh4 opened this issue Feb 16, 2021 · 2 comments
Open

Support of recurring events in calendar interface #50

buddh4 opened this issue Feb 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@buddh4
Copy link

buddh4 commented Feb 16, 2021

https://github.com/humhub/humhub-modules-rest/blob/master/definitions/CalendarDefinitions.php misses definitions of recurring event specific fields as:

 * @property string uid
 * @property string rrule
 * @property string recurrence_id
 * @property int parent_event_id
 * @property string exdate
 * @property string sequence
@buddh4 buddh4 added the enhancement New feature or request label Feb 16, 2021
@buddh4
Copy link
Author

buddh4 commented Feb 16, 2021

Seems there where old fields included of the form class, but not of the actual entry class: 5d9e301#diff-934e23a8ae2c4555ab7c3977a6e0749f967403a9e99b8c54aee655a3a58290f7

@donni106
Copy link

supporting recurring events per API would be a great win. anyone planned anything? otherwise i am planning to implement it with my team in our API extension. i will think of an implementation that could fit for a PR here.

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

2 participants