SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

Handle Reccuring Events in Calendar #608

Closed AdamNatale closed 7 years ago

AdamNatale commented 7 years ago

Database changes:

start will now be startTime end will now be endTime A new field will be added called ranges which is defined as:

ranges = [{
    startDate:
    endDate:
}]

And once back end changes are made, update UI to ask user for range and dow.