Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declined event messages not working #422

Open
RandomNameUser opened this issue Apr 11, 2020 · 1 comment
Open

Declined event messages not working #422

RandomNameUser opened this issue Apr 11, 2020 · 1 comment

Comments

@RandomNameUser
Copy link

It seems that when processing a Declined event message the Event object is not populated at all. It is created, but none of the member fields seem to have any data. As a consequence even basic things like repr don't work, as they depend on a valid start and end date.

From what I can see in Message::get_event() it gets a sensible response in the get call (i.e. 200), and the returned data has an event field, but it's empty. In an accepted event it seems to work, the event has sensible data for the event. I tried messing with the query a bit to see if I could get sensible data, but I don't understand this well enough for that, sorry. The docs make it look like that field should always be set. A little mysterious...

Thanks for all your work!

@RandomNameUser
Copy link
Author

After a little more testing it looks like the same thing is happening for MeetingRequest messages. Just FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant