CalendarLinkGetEvents
class CalendarLinkGetEvents extends CalendarLinkGetEvents
Constants
| private GROUPS_TASK_DEP_NAME |
|
Properties
| GroupsTasksController | $mod | ||
| array | $_hook_info | Hook Information "id" => "4914" "instance_id" => "api_microsoft" "name" => "oauth_client" "hook" => "webservice.oauth_client" "type" => "object" "registry_name" => "oauth_client" "function_name" => "" "internal" => "no" "dep_mode" => "local" "active" => "yes" "title" => "Basic functions" "description" => "" "options" => "" |
from BaseHook |
Methods
No description
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
Returns an array of all available calendars
Returns an object collection of event items
Returns true if this hook is available otherwise false.
Details
at line 13
__construct()
No description
in
BaseHook at line 76
string
getHookDescription()
No description
in
BaseHook at line 55
string
getHookIdentifier()
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
in
BaseHook at line 45
array
getHookInfoValue(bool $key = false)
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
in
BaseHook at line 69
string
getHookInstance()
No description
in
BaseHook at line 62
string
getHookName()
No description
in
BaseHook at line 83
string
getHookTitle()
No description
in
BaseHook at line 88
getObject()
No description
in
BaseHook at line 97
mixed
getOption(string $key)
Returns the option with $key set in the config.yml
at line 24
array
get_calendars(int $calendar_id = 0, string $search_term = '')
Returns an array of all available calendars
in
CalendarLinkGetEvents at line 170
get_event_by_id($calendar_id, $event_id)
No description
in
CalendarLinkGetEvents at line 37
array
get_events(int $calendar_id = null, string $searchterm = null, string $source = 'calendar', null $start_ts = null, null $end_ts = null)
Returns an object collection of event items
in
CalendarLinkGetEvents at line 229
bool
isAvailable()
Returns true if this hook is available otherwise false.