benschaf / waste-schedule

This is a waste-management App with CRUD functionality. Never forget to take out your bins on time! Connect with your community and be Eco-Conscious together.
0 stars 0 forks source link

FEATURE: Delete singular events that are part of a group of recurring events #32

Open benschaf opened 2 months ago

benschaf commented 2 months ago
  1. I can't delete singular events that are part of a rrule because the exdate property isn't recognized by Full Calendar

as described in #10

benschaf commented 1 month ago

It might work when i import the rrule plugin - fullcalendar docs state that the exdate property will be imported with this extension

benschaf commented 1 month ago

I can't get it to work ... i just need fullcalendar to support the exdate property but i can't get it

tried importing fullcalendar instead of using cdn links which didn't change anything. I still think I might be doing something wrong while initializing fullcalendar

benschaf commented 1 month ago

I am moving this to 'should have' for the time being. This is out of the scope of the code Institute project requirements anyways.

benschaf commented 1 month ago

tim agreed with leaving it for now - I am putting this issue into the readme and will explain the problem there

benschaf commented 1 month ago

/**

go to this part in the code

benschaf commented 1 month ago

Screenshot of the modal with a disabled option for singular event deletion a note that this is a future feature was added to make the intention clear

image