API Client
Public Member Functions | Protected Attributes | List of all members
OneCRM\APIClient\Calendar Class Reference

Public Member Functions

 __construct (Client $client)
 
 events ($start_date, $end_date, array $types=[])
 

Protected Attributes

 $client
 

Detailed Description

Used to obtain information about caalendar events.

Member Function Documentation

OneCRM\APIClient\Calendar::events (   $start_date,
  $end_date,
array  $types = [] 
)

Returns a list of events within specified dates range.

Parameters
$start_dateDates range start. The value must conform to Y-m-d H:i:s format as used by PHP date function. Use GMT timezone
$end_dateDates range end. The value must conform to Y-m-d H:i:s format as used by PHP date function. Use GMT timezone

The documentation for this class was generated from the following file: