We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If pass to events 2 same dates is it possible to show counter?
events: [ { title: 'Event 1 - 2022-01-19', start: '2022-01-19', end: '2022-01-19', repeat: 'never', categoryId: 1 }, { title: 'Event 2 - 2019-04-02', start: '2022-01-19', end: '2022-01-19', repeat: 'never', categoryId: 1 }, ]
Example. In array 2 events in one category with the same date (2022-01-19)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If pass to events 2 same dates is it possible to show counter?
Example. In array 2 events in one category with the same date (2022-01-19)
The text was updated successfully, but these errors were encountered: