Closed CJ-Wright closed 8 years ago
Thank you!
Why do you want to get an event by event uid?
@tacaswell you beat me to it
Because when I insert a new event and want to pass the information held in that new event I only get an event_uid back
It will be helpful for chaining callbacks together.
You also have the event if you just inserted it.
Is it the exact same formatting and such?
My understanding was that insert_event
just gave back the uid. I have the dict but the dict doesn't have all the info in it (eg the filled
key)
filled
is optional, you pass everything else in and you get back the uid. If you are constructing the events (and have the descriptor) you should also know which keys are filled or not.
What is the best way to get an event given an event uid? Methods exist to do the same for starts, stops, and descriptors but not events.