I wrote a script with ECMAScript to create a new calendar view with a click of the button by using:
this.viewCollection.add(viewInfo);
However, I'm wondering if it is possible to create the view based on an existing view so that all the view fields information can be carried over (scope, filters...)
Thanks in advance!
