keep going with recurrent event

This commit is contained in:
lesion
2019-07-13 01:02:11 +02:00
parent c929c314a9
commit 03b563971b
15 changed files with 109 additions and 72 deletions

View File

@@ -82,7 +82,8 @@ const userController = {
start_datetime: body.start_datetime,
end_datetime: body.end_datetime,
// publish this event if authenticated
recurrent: body.recurrent,
// publish this event only if authenticated
is_visible: !!req.user
}