User View Limitations & Sorting

Hello I have a few pre-sale questions if you don’t mind.

How hard would it be to take this scheduler as is and modify to add on a feature where a user could select the events they are to view based on:

  • The State they live in?
  • Even further in specificity… The City within the state?

Also, is there the ability to limit the amount of control an end user has. Example: the end user can only view the event & details, but cannot modify it?

Finally, is there a way to allow anyone to submit an event, but moderate which events are allow to be posted?

Thanks!

Hello,

  1. It seems your events will have additional properties: state and city. All you would need to do is to specify filter function which would allow displaying events only for selected state and/or city.
    Be sure to checkout following sample:
    scheduler\samples\09_api\09_filtering_events.html
    Implementation would be very close.

  2. We offer readonly extension. You can make whole scheduler readonly or only part of the events.

  3. Posted there?
    If you plan to use our connectors then it would be easy to create custom SELECT query with additional options on what exactly to select (so we can leave out some events).

Best regards,
Ilya