Answer the question
In order to leave comments, you need to log in
How to create a schedule using 1s?
It is required to create a schedule structure in which:
- Each day is divided into several time slots (time intervals)
- There are two sequences of time slots at the same time
- A specific performer can be assigned to each time slot (provided that the performer is not busy for this time)
- Possibilities of automatic creation for a month with subsequent manual editing
I could not find a scalable option (changing the number of slots or parallel lines) on my own.
Picture of what it should look like.
Thanks in advance
Answer the question
In order to leave comments, you need to log in
time slot
Directory;
Directory Element.Date = 06/01/2021
TabPartString = DirectoryElement.TablePart.NewString()
TabPartString.A = "from 8 to 12"; // Can be split into more columns
StringTabPart.B = "Vasya";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question