Info models - adri-blanco/booking-meeting-bot GitHub Wiki
Meeting model
Field name |
Mandatory |
Description |
title |
No |
Name of the meeting, used to describe the objective of the meeting. String with a max length of 20 chars. By default, "Meeting"." |
author |
Yes |
Automatically retrieve the name from the Slack user. This will help to send a message to the owner in case something happen. |
start |
Yes |
Time of the day in ISO String. Will always be in the timezone where the meeting room is located. |
end |
No |
Time of the day in ISO String. If the user doesn't give it, the meeting will be 30 minutes long. |
room |
No |
Physical room. If the user doesn't choose it, take one random. |
Note: Mandatory column makes reference to the user input in each command.
Room model
Field |
Description |
id |
Unique identification |
name |
Name of the room |
location |
floor or other useful indications |
capacity |
Number of people that can fit |