Skip to content

Commit

Permalink
Update gsuite_workspace_calendar_external_sharing.py (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaliotis authored Oct 23, 2024
1 parent 03ed81c commit d737f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def title(event):
f"GSuite workspace setting for default calendar sharing was changed by "
f"[{event.deep_get('actor', 'email', default='<UNKNOWN_EMAIL>')}] "
+ f"from [{event.deep_get('parameters', 'OLD_VALUE', default='<NO_OLD_SETTING_FOUND>')}] "
+ "to [{event.deep_get('parameters', 'NEW_VALUE', default='<NO_NEW_SETTING_FOUND>')}]"
+ f"to [{event.deep_get('parameters', 'NEW_VALUE', default='<NO_NEW_SETTING_FOUND>')}]"
)

0 comments on commit d737f4f

Please sign in to comment.