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

Proposal: Accept str for start_time in meeting.py #97

Open
gondolio opened this issue May 22, 2020 · 0 comments
Open

Proposal: Accept str for start_time in meeting.py #97

gondolio opened this issue May 22, 2020 · 0 comments

Comments

@gondolio
Copy link

Currently various functions in meeting.py try to convert start_time to a string as such:

        if kwargs.get("start_time"):
            kwargs["start_time"] = util.date_to_str(kwargs["start_time"])

I propose that it is only converted if it is not yet a string. This is because I would like to pass start_time as a string (e.g. “2020-03-22T06:58:04”) and not have to deal with using date/datetime objects (and resulting issues that may arise).

Happy to do the work if you agree.

Thoughts?

Thanks

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