Disabling modes, multi months

Hi!

Thanks for this script!



I have two needs, and want to know if it is possible with dhtmlx scheduler :



1/ I want to disable day/week modes ?

2/ I want to show 2 or 3 months at the same time?



I searched and it seems not possible, but maybe it’s easy to modify? Is it?





(Another question : I tried the ical format with the example of the documentation, and it didn’t work ? What can be the reasons?)

1/ I want to disable day/week modes ?
Just remove related html element from the html snippet
dhtmlx.com/docs/products/dhtmlxS … appearance

>>2/ I want to show 2 or 3 months at the same time?
Not possible in current version. How do you expect to show multiple months on the same screen?

>>I tried the ical format with the example of the documentation
Be sure to use scheduler 2.0, in case of 1.x version you need to include one extra js file sources/ical.js

1/ I want to disable day/week modes ?
Just remove related html element from the html snippet
  dhtmlx.com/docs/products/dhtmlxS … appearance

== Perfect, Thank you

>>2/ I want to show 2 or 3 months at the same time?
Not possible in current  version. How do you expect to show multiple months on the same screen?

== After more think about it, it indeed should be difficult with this scheduler. Not a big issue for me.

>>I tried the ical format with the example of the documentation
Be sure to use scheduler 2.0, in case of 1.x version you need to include one extra js file sources/ical.js

I use 2.0, Nevermind, Xml works fine. Probably a mistake of mine.


Thanks a lot for your time.