Lines Matching full:events
22 use Google\Service\Calendar\Events as EventsModel;
25 * The "events" collection of methods.
29 * $events = $calendarService->events;
32 class Events extends \Google\Service\Resource class
35 * Deletes an event. (events.delete)
58 * Returns an event. (events.get)
85 * event to a calendar. (events.import)
109 * Creates an event. (events.insert)
144 * Returns instances of the specified recurring event. (events.instances)
159 * @opt_param int maxResults Maximum number of events returned on one result
160 * page. By default the value is 250 events. The page size can never be larger
161 * than 2500 events. Optional.
166 * @opt_param bool showDeleted Whether to include deleted events (with status
167 * equals "cancelled") in the result. Cancelled instances of recurring events
187 * Returns events on the specified calendar. (events.listEvents)
203 * @opt_param int maxResults Maximum number of events returned on one result
204 * page. The number of events in the resulting page may be less than this value,
205 * or none at all, even if there are more events matching the query. Incomplete
207 * default the value is 250 events. The page size can never be larger than 2500
208 * events. Optional.
209 * @opt_param string orderBy The order of the events returned in the result.
215 * parameter might be repeated multiple times to return events that match all
217 * @opt_param string q Free text search terms to find events that match these
221 * parameter might be repeated multiple times to return events that match all
223 * @opt_param bool showDeleted Whether to include deleted events (with status
224 * equals "cancelled") in the result. Cancelled instances of recurring events
227 * are both True, only single instances of deleted events (but not the
228 * underlying recurring events) are returned. Optional. The default is False.
231 * @opt_param bool singleEvents Whether to expand recurring events into
232 * instances and only return single one-off events and instances of recurring
233 * events, but not the underlying recurring events themselves. Optional. The
238 * then. All events deleted since the previous list request will always be in
275 * (events.move)
300 * Updates an event. This method supports patch semantics. (events.patch)
339 * Creates an event based on a simple text string. (events.quickAdd)
363 * Updates an event. (events.update)
402 * Watch for changes to Events resources. (events.watch)
419 * @opt_param int maxResults Maximum number of events returned on one result
420 * page. The number of events in the resulting page may be less than this value,
421 * or none at all, even if there are more events matching the query. Incomplete
423 * default the value is 250 events. The page size can never be larger than 2500
424 * events. Optional.
425 * @opt_param string orderBy The order of the events returned in the result.
431 * parameter might be repeated multiple times to return events that match all
433 * @opt_param string q Free text search terms to find events that match these
437 * parameter might be repeated multiple times to return events that match all
439 * @opt_param bool showDeleted Whether to include deleted events (with status
440 * equals "cancelled") in the result. Cancelled instances of recurring events
443 * are both True, only single instances of deleted events (but not the
444 * underlying recurring events) are returned. Optional. The default is False.
447 * @opt_param bool singleEvents Whether to expand recurring events into
448 * instances and only return single one-off events and instances of recurring
449 * events, but not the underlying recurring events themselves. Optional. The
454 * then. All events deleted since the previous list request will always be in
492 class_alias(Events::class, 'Google_Service_Calendar_Resource_Events');