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

Scheduler event "ItemChanging" missing information in the event item object #38

Open
Svetoslavb04 opened this issue Jul 25, 2022 · 0 comments

Comments

@Svetoslavb04
Copy link

Describe the bug
In the ev.detail.item (the object of the modified event) there is information only about allDay (boolean), dateStart and dateEnd.
There can be more information such as label, description, repeat(boolean), conference link, backgroundColor, status and notifications.
The most important are label and description

To Reproduce
Steps to reproduce the behaviour:

  1. Go to https://codepen.io/svetoslavb04/pen/rNdwxOd
  2. Click on some date to add event
  3. Fill the form
  4. Submit it
  5. See the logged object in the console. It contains only three props

Expected behaviour
The logged object should contain more props with the info about the object

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

No branches or pull requests

1 participant