| Parameter | Value | Description |
| fc | true/false | fc=false: The date picker panel and caledar group panel on the left side of the full calendar will be hidden. fc=true: Show full calendar |
dt
| yyyy-MM-dd
| Define the default date on the calendar. for example: dt=2009-02-03 means the Feb 3, 2009 will be the default date of the calendar.
|
| cals | Calendar IDs
| This parameter is used to define the filter so that the calendar will only show the activities in the specific calendars by default. i.e. cals=a9b85cde-0fa5-41e2-b61d-c6f1872d2ea2,b1a53044-0068-4abd-8858-c101547bcb77 When the cals parameter is provided in the query string of the url, the default calendar group will be set to "All Calendars".
|
iid
| Regarding ID
| If iid parameter is provided in the query string of the url, the calendar will only show the activities regarding this specified record. The activities will be filtered on the Regarding field (InstanceId attribute) of the Event, Appoint and Task records.
|
| calgrpid | Calendar Group ID
| This parameter is used to define the filter so that the calendar will only show the activities in the calendars included in the specific calendar group by default. When the calgrpid is defined, the cals parameter will be ignored.
|
tabs
| Calendar Tabs
| The tabs parameter will define what tabs the calendar should display in which order. i.e. tabs=y,m,w,d,a will show the different calendar views in the different tab based on the following order Year, Month, Week, Day, Agenda
|
tab
| Default Tab
| The tab parameter defines which tab should be selected by default when loading the calendar at the begining. i.e. tabs=y,m,d,a&tab=d, the Day view tab will be the default tab and displayed when the calendar is loaded at the first time.
|
appointment
| True/False
| The parameter primarily is used to hide the appointments from the activities shown in the calendar. i.e. appointment=false
|
event
| True/False | The parameter primarily is used to hide the events from the activities shown in the calendar. i.e. appointment=false |
task
| True/False | The parameter primarily is used to hide the tasks from the activities shown in the calendar. i.e. appointment=false |
session
| Session ID
| This is used for single signon in the case of integrate calendar in a seperate 3rd party web application.
|
allowguest
| True/False
| By default, the calendar only work for a valide user who has signed into the system with an active session. If the calendar is show to public, the allowguest=true will allow the anonymous visitors to see the calendar. To make the calendar accessible by the public, the calendar record need to be published.
|