sunday start/day scale/dp filter

Hello -

We are adding the Mobile component to our desktop calendar and I was hoping you could fill in some details for me. Here’s some things we’re already doing on desktop that we’d also like to do in Mobile:

  • Start monthly view on Sunday instead of Monday

  • Adjust the day scale to have a dash every 15 minutes instead of 30 minutes

  • We use our custom data processor to call events from our database. In a system with a lot of events, it looks like the mobile version would load all of them into memory. Is there a way to control which events get loaded like the desktop version - load a week/month/year, etc.

Thank you.

Ken

Start monthly view on Sunday instead of Monday:

$$(“scheduler”).$$(“calendar”).define(“startOnMonday”,false);

Adjust the day scale to have a dash every 15 minutes instead of 30 minutes

There is not a such possibility

In a system with a lot of events, it looks like the mobile version would load all of them into memory. Is there a way to control which events get loaded like the desktop version - load a week/month/year, etc.

The similar issue was discussed here:

viewtopic.php?f=24&t=22072&p=70941&hilit=attachEvent#p70941

Thank you. It’ll take a little work to try the dynamic loading of events. I’ll keep you posted.

We sent the package with dev version of Scheduler