Tagged Questions
0
votes
2answers
191 views
How do I create a new view from an existing view using ECMAScript?
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 ...