You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: