Create Outlook Calendar Event with Python

How to create a calendar event in Outlook from Python without requiring the user to manually accept the event invitation?

I have seen several examples of creating calendar events using emailing emails . However, all of this requires the user to view the email message and approve the event.

I'm developing a small Django app that has some event integration, and when a user creates a "todo" or "reminder" entry, they want the event to appear immediately in their Outlook calendar. By emailing them, this file does just that, but it adds unnecessary work by requiring them to approve the event they just created. Is there a way to get around this?

Also, I'm on a Linux platform, so connecting to Outlook through some custom Microsoft VB component probably won't work.

+3
python outlook icalendar


source to share


No one has answered this question yet

Check out similar questions:

5504
Does Python have a ternary conditional operator?
5231
What are metaclasses in Python?
4473
Calling an external command in Python
3790
How can I safely create a subdirectory?
3602
Does Python have a substring method "contains"?
3119
What is the difference between Python list methods that are appended and expanded?
2818
Finding the index of an element by specifying the list that contains it in Python
2601
How can I make a time delay in Python?
2568
How to find the current time in Python
2097
Is there a way to run Python on Android?



All Articles
Loading...
X
Show
Funny
Dev
Pics