You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User want to know the details of one of the listed calendar events.
129
-
Use google_calendar_events_get to get the details of a calendar event.
144
+
Use google_calendar_events_get to get the details of a calendar event and use redact_event_content to redact confidential information before sending the details to user
145
+
146
+
Scenario3:
147
+
User want to update calendar events.
148
+
Use google_calendar_events_update to update calendar events
149
+
150
+
IMPORTANT NOTE
151
+
Whenever you use google_calendar_events_get to the details of a calendar event ,
152
+
you MUST use format_calendar_redact_event_content to redact it and use the return value to reply the user.
153
+
This very important! Otherwise you run the risk of leaking confidential information!!!
0 commit comments