python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Get Outlook Group Calendars using Pywin32 (win32com.client)
I'm trying to figure out how I can access the calendars for different Outlook groups that I am apart of. I'm using win32com and Python 3.9 for this task, and would prefer to avoid going the RESTful/au...
Fen
Votes: 0
Answers: 1
win32com: Task Scheduler: how to "run whether user is logged on or not"
I've been trying to set a python script than will create a Windows Task Schedule based on some parameters. But first, I'm running some tests to be sure that I can set it up in the way it is needed to ...
brunoto
Votes: 0
Answers: 1
Python: Save dataframe to excel (win32.com)
I have a code that downloads data from yahoo finance to df for list of stocks. Than I create new spreadsheet for each stock. But I cannot manage to copy data from df to this spreadsheet.
n=number_of_s...
Studios
Votes: 0
Answers: 1
How do I detect a windows event from a google chat message with python?
I can use the below code to get google calendar events from chrome:
h = win32evtlog.OpenEventLog(None, "System")
flags = win32evtlog.EVENTLOG_BACKWARDS_READ|win32evtlog.EVENTLOG_SEQUENTIAL_R...
veraf
Votes: 0
Answers: 0