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

Start_date & due_date not working on set_flagged (flag for follow up) #419

Open
dotcomee opened this issue Apr 6, 2020 · 1 comment
Open

Comments

@dotcomee
Copy link

dotcomee commented Apr 6, 2020

My emails send find and most things work, except for one thing. I'm trying to do something like this:

due = dt.datetime.now() + dt.timedelta(weeks=(1))
m.flag.set_flagged(due_date=due)

However, doesn't matter if I use both start and due or one or the other. The follow up flag will get set with an unknown date. I can't get it to set the due date.

Anybody seen this issue or am I doing something wrong?

@alejcas
Copy link
Member

alejcas commented Apr 6, 2020

Mmm I should further investigate this

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

2 participants