Main public logs

Combined display of all available logs of SimplyBook.me. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:15, 15 May 2025 Admin talk contribs created page Translations:User API guide/15/uk (Created page with "'''Приклад коду для отримання матриці часу початку''' <br><br> <nowiki>$dateFrom = '2015-03-03'; $dateTo = '2015-03-04'; $serviceId = 1; $performerId = 1; $qty = 1; $availableTime = $client->getStartTimeMatrix($dateFrom, $dateTo, $serviceId, $performerId, $qty); // повертає масив ( // '2015-03-03' => array('09:00:00', '09:30:00', '10:00:00', ....), // '2015-03-04' => масив('09:00:00', '09:30:00'...")