Welcome to exchangelib Discussions! #837
Replies: 5 comments 18 replies
-
✌️ def get_calendar_items(self) -> typing.List[CalendarItem]:
sub_times = get_timedelta(minutes=10)
items = self.account.calendar.filter(datetime_created__gte=self.now - sub_times). \
order_by('-datetime_received')
return items and it comes again as a new element... |
Beta Was this translation helpful? Give feedback.
-
ecederstrand/ALL, We are using excahngelib to classify the emails from shared mailbox, basically auto tag the emails with proper labels based on machine learning predicted values.
|
Beta Was this translation helpful? Give feedback.
-
✌️ |
Beta Was this translation helpful? Give feedback.
-
It is possible to search for emails in all the inboxes I have aceess to? |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
To get started, comment below with an introduction of yourself and tell us about yourself and how you're using exchangelib.
Beta Was this translation helpful? Give feedback.
All reactions