Highlight availability segments and choose people manually to view
This commit is contained in:
parent
0cfa931fe1
commit
01a8a26e04
9 changed files with 176 additions and 90 deletions
|
|
@ -29,6 +29,7 @@ module.exports = async (req, res) => {
|
|||
name: name,
|
||||
created: currentTime,
|
||||
times: event.times,
|
||||
timezone: event.timezone,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
@ -39,6 +40,7 @@ module.exports = async (req, res) => {
|
|||
name: name,
|
||||
created: currentTime,
|
||||
times: event.times,
|
||||
timezone: event.timezone,
|
||||
});
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ definitions:
|
|||
type: "string"
|
||||
name:
|
||||
type: "string"
|
||||
timezone:
|
||||
type: "string"
|
||||
created:
|
||||
type: "integer"
|
||||
times:
|
||||
|
|
@ -81,6 +83,8 @@ paths:
|
|||
properties:
|
||||
name:
|
||||
type: "string"
|
||||
timezone:
|
||||
type: "string"
|
||||
times:
|
||||
type: "array"
|
||||
items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue