With the soon to be imposed mandatory change to themes, our night photography group which has many past events with light colored text on our dark background is going to go up in smoke. The only background allowed going forward is white - and clearly the logic is not rewriting the HTML or BBcode that selected specific colors which is our problem.
I know that the UI doesn't allow editing past events, but I was hoping we could fix our past items so they will still be legible after the drop dead date... but it seems if I try to post to a past event I get a curious error:
{"errors":{"LOCALTIME":"INVALID_VALUE"},"details":"Unable to perform selected action","problem":"Your command could not be completed"}
Of course I'm not passing any time, and LOCALTIME doesn't seem to be a supported parameter. My questions, therefore are:
1. Is it possible to change a past event? (I hope so, or a lot of our past events will be illegible soon).
2. Is there something special needed?
I tried using this, for example:
https://api.meetup.com/2/event/112156922
Where that thing is an event that ended last week.
I only passed Name, Why, and Description. Then I pared it down to just Description using this form in my browser.
<textarea cols="60" name="description" rows="2">This is the description for the event</textarea><br />
<input type="submit" name="Submit" style="height: 26px" value="Submit" />
The same operations work OK with a future event.
Please, please tell me that updating a past event will be possible. This would also make it possible to remove things that were unintentionally left there, like email addresses and phone numbers.