M
M
m4tkv2019-11-06 16:13:23
JavaScript
m4tkv, 2019-11-06 16:13:23

Is there a scheduling library?

Task: A person registers and draws up his work schedule (Monday from 8 to 6, Tuesday from 8 to 10, from 12 to 6, etc.)
Tell me a ready-made scheduling tool, or tell me your suggestions on how to organize it.
Conditions, the schedule is constant for a week, a person himself chooses the time for each day, when he works, when he does not work, he can work at least an hour a day, rest an hour later

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Valentin Khokhlov, 2018-10-04
@viewDidLoad

And if you match only the names (A, B, No. 10.1), but with the condition that there is a space on the left, and it is optional on the right. comma + space? not strict enough?

str
  .replace(/(\s)([А-Я])([\s|,])/g, '$1<a href="$2">$2</a>$3')
  .replace(/(\s)(№)(\d+(?:\.\d+)?)([\s|,])/g, '$1<a href="$3">$2$3</a>$4');

T
TCloud, 2019-11-06
@OTCloud

Trello
Google Tasks
Google Calendar
MS Excel
15+ Resources for Planning and Time Management
The 3 best free services to organize your...

S
Sergey Pugovkin, 2019-11-06
@Driver86

https://developers.google.com/sheets/api/quickstart/php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question