ACTION_CALENDAR_SEARCH ACTION Endpoint
  /rpc/action/?method=ACTION_CALENDAR_SEARCH  
  Get a JSON stream compliant with Adam Shaw's jQuery FullCalendar plugin, using the addEventSource() method.  
  PARAMETERS TYPE NOTES
  actionby Numeric Defaults to logged on person if not set.  Can be a comma delimited list of ids.
  maximumhour Numeric If not set, defaults to user profile (447).  All profile settings are taken from the first ActionBy passed
  minimumhour Numeric If not set, defaults to user profile (446) 
  unavailabledays Numeric If not set, defaults to user profile (448) 
  uneditabletypes Numeric  
  contactperson Numeric  
  object Numeric  
  objectcontext Numeric  
  id Numeric  
  type Numeric  
  status Numeric  
  month numeric  
  start UNIX Timestamp eg seconds since 1/1/1970
  end UNIX Timestamp eg seconds since 1/1/1970
  year Numeric  
  future 1  
  past 1  
  day Numeric -1 = Yesterday, 0 = Today, 1 = Tomorrow etc
  order LASTFIRST  
  RETURN  
  id  
  id  
  type  
  status  
  title  
  start  
  end  
  hours  
  sequence  
  hoursremaining  
  allDay  
  user  
  contactbusinesstext  
  contactpersontext  
  typedocument  
  editable  
  disableresizing  
  disabledragging  
  backgroundColor  
  textcolor  
  bordercolor  
  classname  
  EXAMPLES
   
 1. jQuery
   
  /jscripts/1blankspace.action.001.js