I have two questions I need answers for:
-
I need to display events without a time element (given the pre-existing structure of the server side database). Therefore, the month view displays the events in the list format I want. I don’t want users to be able to click the week or day tabs because of this. I know I could simply remove the divs if I was initializing the scheduler from HTML, but I am attaching the scheduler to a tab in a tabbar that is within a layout. I have tried removing the divs in the scheduler JavaScript but there was no change. How can I hide those two buttons when the scheduler is in a tabbar?
-
Given the preferred layout of the Month view, I’d like to give the user the option to view 1 week, 2 weeks, 3 weeks or the full month at a time. How can I go about achieving this? Would I have to use a custom view?
Thank you!