Display Main Schedule

Modified on Wed, 05 May 2021 at 09:03 PM

If you wish to show your entire schedule for your business, this will provide it. The following call will display your entire facility schedule with three different views: daily, weekly, and monthly

myssApp.View.Schedules.Public(areaid, startdate, target, tagId)

The following is an explanation of each parameter and their possible values:

1) areaid: (integer) This is the id of the sport/event area you would like displayed in the schedule. A value of 0 will show all sport/event areas.
2) startdate: (string) This is the date you would like displayed in the schedule. Must be in ‘MM/DD/YYYY’ format. If a blank string is passed, the date will default to today
3) target: (string) this is the ID of the HTML element in which to display the standings in.

4) tagId: (integer) this is the ID of the tag that you would like displayed on the schedule. A value of 0 will show events.

 

EXAMPLE HTML CODE:

<div id="myss_calendar" style="width: 100%;"></div>
<script type="text/javascript">myssApp.View.Schedules.Public(0, '', '#myss_calendar', 0)
</script>




DISPLAY



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article