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
Hello!
How to create all day event? I try this code but no luck: event.start = timezone("US/Pacific").localize(datetime.datetime.today().replace(hour=0,minute=0,second=0)) event.end = timezone("US/Pacific").localize(datetime.datetime.today().replace(hour=23,minute=59,second=59))
The text was updated successfully, but these errors were encountered:
Hello!
How to create all day event? I try this code but no luck:
event.start = timezone("US/Pacific").localize(datetime.datetime.today().replace(hour=0,minute=0,second=0)) event.end = timezone("US/Pacific").localize(datetime.datetime.today().replace(hour=23,minute=59,second=59))
The text was updated successfully, but these errors were encountered: