mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-19 19:11:49 +02:00
Updated Datepicker / Model / Layout / Notifications
This commit is contained in:
parent
d04cb14e74
commit
024d97f67d
17 changed files with 264 additions and 131 deletions
|
@ -24,10 +24,7 @@ var EventSchema = new Schema({
|
|||
},
|
||||
updated : Date,
|
||||
title : String,
|
||||
dates : [{
|
||||
date : Date,
|
||||
times : [Date]
|
||||
}],
|
||||
dates : [Date],
|
||||
emails : [{
|
||||
email : String
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue