Database to maintain data

Database to maintain data

Dear Sir


suitable for me to use for my project

i found event code as follow:

pls help me to know 
1. Is this JSON code

in case of update / Add
2. I need to update/Add to  Database and the create this JSOn code
from database again so as to maintain update status of the calender
---------------------------------------------------------------------------------------

  events: [{
           _id: 1,
           title: 'Michigan Enterprises',
           description: 'Lorem ipsum dolor sit incid idunt ut Lorem ipsum sit.',
           start: '2019-09-07T09:30',
           end: '2019-09-07T10:00',
           type: 'Appointment',
           calendar: 'Sales',
           className: 'colorAppointment',
           username: 'Caio Vitorelli',
           backgroundColor: "#f4516c",
           textColor: "#ffffff",
           allDay: false
       }, {
           _id: 2,
           title: 'California Polytechnic',
           description: 'Lorem ipsum dolor sit incid idunt ut Lorem ipsum sit.',
           start: '2018-03-01T12:30',
           end: '2018-03-01T15:30',
           type: 'Appointment',
           calendar: 'Sales',
           className: 'colorAppointment',
           username: 'Adam Rackham',
           backgroundColor: "#9816f4",
           textColor: "#ffffff",
           allDay: false
       }, {
           _id: 3,
           title: 'Vermont University 2',
           description: 'Lorem ipsum dolor sit incid idunt ut Lorem ipsum sit.',
           start: '2018-03-02',
           end: '2018-03-02',
           type: 'Check-in',
           calendar: 'Sales',
           className: 'colorCheck-in',
           username: 'Adam Rackham',
           backgroundColor: "#9816f4",
           textColor: "#ffffff",
           allDay: true
       }, {
           _id: 4,
           title: 'Vermont University',
           avatar: '',
           description: 'Lorem ipsum dolor sit incid idunt ut Lorem ipsum sit.',
           start: '2018-03-06',
           end: '2018-03-06',
           type: 'Checkout',
           calendar: 'Sales',
           className: 'colorCheckout',
           username: 'Peter Grant',
           backgroundColor: "#1756ff",
           textColor: "#ffffff",
           allDay: true
       }, {
           _id: 5,
           title: 'Michigan High School',
           avatar: '',
           description: 'Lorem ipsum dolor sit incid idunt ut Lorem ipsum sit.',
           start: '2018-03-08',
           end: '2018-03-08',
           type: 'Inventory',
           calendar: 'Lettings',
           className: 'colorInventory',
           username: 'Peter Grant',
           backgroundColor: "#1756ff",
           textColor: "#ffffff",
           allDay: true
       }, {
           _id: 6,
           title: 'Vermont High School',
           avatar: '',
           description: 'Lorem ipsum dolor sit incid idunt ut Lorem ipsum sit.',
           start: '2018-03-09',
           end: '2018-03-09',
           type: 'Valuation',
           calendar: 'Lettings',
           className: 'colorValuation',
           username: 'Peter Grant',
           backgroundColor: "#1756ff",
           textColor: "#ffffff",
           allDay: true
       }, {
           _id: 7,
           title: 'California High School',
           description: 'Lorem ipsum dolor sit incid idunt ut Lorem ipsum sit.',
           start: '2018-03-07',
           end: '2018-03-08',
           type: 'Viewing',
           calendar: 'Lettings',
           className: 'colorViewing',
           username: 'Caio Vitorelli',
           backgroundColor: "#f4516c",
           textColor: "#ffffff",
           allDay: true
       }]