* specifies the event's text * @param start the date when an event is scheduled to begin * @param end the date when an event is scheduled to be completed * @param event the event object
(start: Date, end: Date, event: any)
| 229 | * @param event the event object |
| 230 | */ |
| 231 | event_text(start: Date, end: Date, event: any): string; |
| 232 | |
| 233 | /** |
| 234 | * сonverts date object to a date string. Used to send data back to the server |
no outgoing calls
no test coverage detected