olin-build / abe-web

Web Calendar front-end to ABE (Amorphous Blob of Events)
https://events.olin.build/
MIT License
5 stars 4 forks source link

Can't delete recurrence #121

Open osteele opened 6 years ago

osteele commented 6 years ago

It's possible this is fixed in dev. Because of #120, I can't test it there.

I'm marking this Blocking because until this a fix is deployed to production, we can't (use the GUI to) prepare the production calendar for public use.

kylecombes commented 6 years ago

There are several potential causes for this: 1) event deletions may not currently be reflected immediately on the frontend (until a refresh/requery is triggered) 2) the event may not actually be deleted due to the recurring event ID structure being different than non-recurring events 3) something else

I can look into it more later.

kylecombes commented 6 years ago

This is blocked by https://github.com/olinlibrary/ABE/issues/191.

kylecombes commented 6 years ago

This is no longer blocked, given the knowledge that the format YYYY-MM-DD works for getting recurring event instance data.