We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113261e commit fefc2c1Copy full SHA for fefc2c1
1 file changed
src/Calendar/Event.php
@@ -404,7 +404,11 @@ public function getColorId()
404
* The conference-related information, such as details of a Google Meet
405
* conference. To create new conference details use the createRequest field.
406
* To persist your changes, remember to set the conferenceDataVersion request
407
- * parameter to 1 for all event modification requests.
+ * parameter to 1 for all event modification requests. Warning: Reusing Google
408
+ * Meet conference data across different events can cause access issues and
409
+ * expose meeting details to unintended users. To help ensure meeting privacy,
410
+ * always generate a unique conference for each event by using the
411
+ * createRequest field.
412
*
413
* @param ConferenceData $conferenceData
414
*/
0 commit comments