Skip to content

Commit eb9c218

Browse files
committed
Updated Calendar.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent b195e6c commit eb9c218

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Google/Service/Calendar.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,8 +1212,8 @@ class Google_Service_Calendar_Calendars_Resource extends Google_Service_Resource
12121212
{
12131213

12141214
/**
1215-
* Clears a primary calendar. This operation deletes all data associated with
1216-
* the primary calendar of an account and cannot be undone. (calendars.clear)
1215+
* Clears a primary calendar. This operation deletes all events associated with
1216+
* the primary calendar of an account. (calendars.clear)
12171217
*
12181218
* @param string $calendarId Calendar identifier.
12191219
* @param array $optParams Optional parameters.
@@ -1226,7 +1226,8 @@ public function clear($calendarId, $optParams = array())
12261226
}
12271227

12281228
/**
1229-
* Deletes a secondary calendar. (calendars.delete)
1229+
* Deletes a secondary calendar. Use calendars.clear for clearing all events on
1230+
* primary calendars. (calendars.delete)
12301231
*
12311232
* @param string $calendarId Calendar identifier.
12321233
* @param array $optParams Optional parameters.

0 commit comments

Comments
 (0)