MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar Members
Methods
 


The Calendar class.

The following tables list the members exposed by the Calendar type.

 Public Methods

  Name Description

adjust

Updates calendar's dimensions after resizing the control.

clearItemSelection

Clears the current item selection.

clearSelection

Clears the current time selection.

cloneItem

Clones the given item.

createItem

Creates a new item with the given data.

deleteItem

Deletes the specified item.

editItem

Edits the item.

editRecurrence

Edits a recurrence.

getAllDayCells

Gets the collection of all-day calendar cells in the Timetable view.

getAllowInplaceEdit

Gets a value indicating whether Calendar's items can be inplace-edited.

getAutoPostback

Gets a value indicating whether the Calendar should postback the page after an item is created, modified or deleted.

getCalendarContacts

Gets the contacts whose schedule to display when the GroupType property is set to GroupByContacts or FilterByContacts.

getCalendarLocations

Gets the locations whose schedule to display when the GroupType property is set to GroupByLocations or FilterByLocations.

getCalendarResources

Gets the resources whose schedule to display when the GroupType property is set to GroupByResources or FilterByResources.

getCalendarTasks

Gets the tasks whose schedule to display when the GroupType property is set to GroupByTasks or FilterByTasks.

getCellAt

Gets the date/time calendar cell that contains the specified coordinates.

getCellItems

Gets an array with all appointments which are placed in the specified cell.

getContacts

Gets all contacts defined in the calendar.

getCueCellItems

Gets an array with all appointments which are placed in the specified cell, but are hidden due to a lack of space.

getCueHeaderItems

Gets the items that are not visible in the header of the column with the specified index.

getCulture

Gets the current culture of the Calendar.

getCurrentView

Gets the type of the current view of the calendar.

getDate

Gets the date of the Calendar.

getDom

Gets an object containing references to calendar's header, content and scrolling content DOM objects.

getEnabled

Gets a value indicating whether user interactions are allowed in the Calendar.

getEndDate

Gets the end date of the Calendar's view.

getFilteredResources

Gets all the resources which are used in the current view's filter.

getGroupedResources

Gets all the resources which are used in current view's grouping.

getGroupType

Gets the grouping or filtering criteria for the Calendar.

getHeaderItems

Gets the items visible in the header of the column with the specified index.

getItemById

Returns the item with the specified id at the specified occurrence.

getItemDom

Gets the collection of Dom elements for the specified item.

getItems

Gets all scheduled items.

getItemsByResourceId

Gets all the items associated with a given resource.

getItemSelection

Gets the current item selection.

getLocations

Gets all locations defined in the calendar.

getMasterById

In a recurrence, gets the recurrence master item with the specified id.

getResourceById

Returns a resource from a schedule resource collection by a specified id.

getResourceCollections

Gets all resource collections defined in the calendar.

getResources

Gets all resources defined in the calendar.

getScroll

Gets the current horizontal and vertical scroll offsets of the contents of the calendar.

getSelection

Gets the current time selection.

getStartDate

Gets the start date of the Calendar's view.

getTasks

Gets all tasks defined in the calendar.

getTheme

Gets the current theme of the Calendar.

getTimeCell

Gets the date/time calendar cell that corresponds to the specified DateTime.

getTimeCells

Gets the date/time calendar cells that corresponds to the specified DateTime range.

getViewCells

Gets the collection of cells in current calendar view.

getViewDom

Gets an object containing references to various elements of the current view.

getViewOrientation

Gets the view orientation.

getWeekRangeViewStyle

Gets view style of the WeekRangeView.

hasItemsToRemind

Checks if there are items which reminder has not come yet.

hasTasksToRemind

Checks if there are tasks which reminder has not come yet.

postback

Performs a postback of the current window.

preparePostback

Prepares the view data and selections for postback.

scrollTo

Sets the current horizontal and vertical scroll offsets of the contents of the calendar.

setItemSelection

Sets the current item selection.

setSelection

Sets the current time selection.

useForms

Gets a value indicating whether the built-in forms for item editing will be used.

 See Also

Calendar Class
MindFusion.Scheduling Namespace