Node library useful for storing calendar events in json
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

13 lines
242 B

[
{
"name": "tech book club",
"from": "9:00",
"to": "13:00",
"every": "friday",
"start": "2014-11-28",
"end": "2015-11-28",
"data": {
"do": "something"
}
}
]