These docs are for an old release. Info on upgrading to v6

Resource Object

Raw resource object are eventually parsed into proper resource objects, which are accessible via Calendar methods such as getResources and getResourceById. You can read their properties or manipulate them via methods.

Each resource has the following properties:

  • id - the unique string identifier for this resource
  • title - the string title of this resource
  • extendedProps - a hash of non-standard props that were specified during parsing
  • eventConstraint
  • eventOverlap
  • eventAllow
  • eventBackgroundColor
  • eventBorderColor
  • eventTextColor
  • eventClassNames

The following essential methods are offered:

For more Resource methods, look for methods that start with Resource:: in the docs.