Replies: 1 comment
-
Here is how I did the extract from Outlook. I run this on a scheduled task:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was tired of using Teams or Outlook every time I wanted to see my upcoming meetings, so I used the custom sensors to list them. This was accomplished by scheduling a PowerShell script to pull the required data from my Outlook, and outputting it to a CSV file every 10 seconds or so. Then, I had to create a stupid amount of entries in the sensors_custom.py file (1879 lines total, now) to handle the array of events, and handle the countdown timers. There are still some artifacts on the real deal when items scroll up (I am using a mono-spaced font, and adding additional padding with justification, but it still isn't getting all the tops and bottoms of the letters...)
BTW, this is running on a 5-inch Turing. The 3.5-inch is too small for any reasonable amount of data.
The end result is this:
If there is enough interest, I might share the code. Just a bit self-conscious about how sloppy it looks...
An example:
Beta Was this translation helpful? Give feedback.
All reactions