linkedin / pyexchange

Python wrapper for Microsoft Exchange
Apache License 2.0
152 stars 98 forks source link

All day event #75

Open ingtarius opened 7 years ago

ingtarius commented 7 years ago

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))