Welcome,
Guest
|
|
Hello support team,
in our project we need to enable/disable "create new event" option according to group or groupId loaded via JSON. And we need to have option to disable showSettings() button on the top for particular groups. To remove the showSettings() method will cause an js error that this method is not found. How can we fix that? |
Please Log in to join the conversation. |
|
var ical=new Web2Cal('container', {showOptions:false}
There are many more options available. Take a look at web2cal.com/developer-guide/customizing-options.html |
Please Log in to join the conversation. Team Web2Cal. |