wbcrm 1.55.7__py2.py3-none-any.whl → 1.55.9__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of wbcrm might be problematic. Click here for more details.

@@ -508,7 +508,10 @@ class OutlookSyncBackend(SyncBackend):
508
508
  participant_dto.person.email for participant_dto in internal_participants_dto if participant_dto.person
509
509
  ]
510
510
  for participant in event.get("attendees", []):
511
- if participant["emailAddress"]["address"] not in internal_emails:
511
+ if (
512
+ "address" in participant["emailAddress"]
513
+ and participant["emailAddress"]["address"] not in internal_emails
514
+ ):
512
515
  external_participants.append(participant)
513
516
  return external_participants
514
517
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbcrm
3
- Version: 1.55.7
3
+ Version: 1.55.9
4
4
  Summary: A workbench module that contains all the functionality related to a customer relationship management.
5
5
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
6
6
  Requires-Dist: django-eventtools==1.*
@@ -107,7 +107,7 @@ wbcrm/synchronization/activity/backends/google/tests/test_data.py,sha256=X7uwRyR
107
107
  wbcrm/synchronization/activity/backends/google/tests/test_google_backend.py,sha256=WMhu5rWPBTm2Dh3SET0izTwyn7lx9tlWQtGOyq_Qvtw,15736
108
108
  wbcrm/synchronization/activity/backends/google/tests/test_utils.py,sha256=Wv2ld5JrWLW47MzNbIkJCtuXcVGfjXSdWNreJyovXOQ,13521
109
109
  wbcrm/synchronization/activity/backends/outlook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
110
- wbcrm/synchronization/activity/backends/outlook/backend.py,sha256=0TMcBhlvN1ma_QD3GYCtDRL9LVEnG8gaVs0mmKc1i2U,30603
110
+ wbcrm/synchronization/activity/backends/outlook/backend.py,sha256=m7hsPkWCFYovveBdJHqh8pR1EnJKxrxZeqgLo26VcfY,30708
111
111
  wbcrm/synchronization/activity/backends/outlook/msgraph.py,sha256=FgczfAD0xvc12Wt1lu0kLQ7RqI4jQ_XTylKKIbSG2Fs,19335
112
112
  wbcrm/synchronization/activity/backends/outlook/parser.py,sha256=HWv5dgrltA-26vnBi5Mu8lrckvs5DSAOuQX8Wqmgz7o,19964
113
113
  wbcrm/synchronization/activity/backends/outlook/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -176,6 +176,6 @@ wbcrm/viewsets/titles/products.py,sha256=cFAK5zljjybabk2U0KzPT2PVfV5vmO_UlJd6QlI
176
176
  wbcrm/viewsets/titles/utils.py,sha256=IaHQTmEG2OwIHS1bRv7sjuT950wefUJNi3yvPdrpNEs,1144
177
177
  wbcrm/workflows/__init__.py,sha256=biwXXPkVJugT9Vc1cwbInAUY8EnVmOauxdPz7e_2w_A,32
178
178
  wbcrm/workflows/assignee_methods.py,sha256=L7ymErtcpFgXdTMTj_lDOVJqsLAGLNT6qMlrkHGuXWM,999
179
- wbcrm-1.55.7.dist-info/METADATA,sha256=bCTX2zPDjK3TKLzH8PZfFj3V1Q71kDRJB-OXvM-2-iA,450
180
- wbcrm-1.55.7.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
181
- wbcrm-1.55.7.dist-info/RECORD,,
179
+ wbcrm-1.55.9.dist-info/METADATA,sha256=oO5cmafuCq6ASEwnMcveLwlrUDGuKtLZsEz8tEXekf8,450
180
+ wbcrm-1.55.9.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
181
+ wbcrm-1.55.9.dist-info/RECORD,,
File without changes