How to work with the calendar?
in query.calendario I did not find where it takes test events and how to insert my own. Can you help me? Can I add my events by editing HTML?
Events Calendar.
2 replies · opened Jul 8, 2021
MMaximM777Jul 8, 2021
SSemicolon WebSTAFFJul 10, 2021
Hello,
Thanks for your Patience!
The Events can be added in the js/events-data.js File. Example:
'12-14-2021' : '<a href="#" target="_blank" rel="noopener">Event 1</a>',This event is for 14th December 2021. For multiple events on the same day, simply add 2 Links. Example:
'12-14-2021' : '<a href="#" target="_blank" rel="noopener">Event 1</a><a href="#" target="_blank" rel="noopener">Event 2</a>',But the Calendar Cell will not display all the events due to its structure.
Currently, Custom HTML is not supported in the Calendar HTML.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
MMaximM777Jul 10, 2021
Thank you.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard