Class Google_Service_Calendar_Settings_Resource
	
	
The "settings" collection of methods. Typical usage is:
 $calendarService = new Google_Service_Calendar(...);
 $settings = $calendarService->settings;
	 
	
		- 
Google_Service_Resource
			
			
		
 
		- 
			
Google_Service_Calendar_Settings_Resource			
			
			
		 
	
	
		
		
		
		
		Located at Calendar.php
	
	
	Methods summary
	
		
			 public 
			Google_Service_Calendar_Setting
			
			
		 | 
		
		#
		get( string $setting, array $optParams = array() )
		
			
Returns a single user setting. (settings.get) 
		 
		
			
Returns a single user setting. (settings.get) 
				Parameters
				
					- $setting
 
					- The id of the user setting.
 
					- $optParams
 
					- Optional parameters.
 
				  
				Returns
				
		 
		  | 
	
	
		
			 public 
			Google_Service_Calendar_Settings
			
			
		 | 
		
		#
		listSettings( array $optParams = array() )
		
			
Returns all user settings for the authenticated user.
(settings.listSettings) 
		 
		
			
Returns all user settings for the authenticated user.
(settings.listSettings) 
				Parameters
				
					- $optParams
 
					- Optional parameters.
 
				  
				Returns
				
				Opt_param
				
						int maxResults Maximum number of entries returned on one result page. By default
the value is 100 entries. The page size can never be larger than 250 entries.
Optional. 
						string pageToken Token specifying which result page to return. Optional. 
						string syncToken Token obtained from the nextSyncToken field returned on the
last page of results from the previous list request. It makes the result of this
list request contain only entries that have changed since then. If the syncToken
expires, the server will respond with a 410 GONE response code and the client
should clear its storage and perform a full synchronization without any
syncToken. Learn more about incremental synchronization. Optional. The default
is to return all entries. 
				 
		 
		  | 
	
	
		
			 public 
			Google_Service_Calendar_Channel
			
			
		 | 
		
		#
		watch( Google_Service_Calendar_Channel $postBody, array $optParams = array() )
		
			
Watch for changes to Settings resources. (settings.watch) 
		 
		
			
Watch for changes to Settings resources. (settings.watch) 
				Parameters
				
					- $postBody
 
					
					- $optParams
 
					- Optional parameters.
 
				  
				Returns
				
				Opt_param
				
						int maxResults Maximum number of entries returned on one result page. By default
the value is 100 entries. The page size can never be larger than 250 entries.
Optional. 
						string pageToken Token specifying which result page to return. Optional. 
						string syncToken Token obtained from the nextSyncToken field returned on the
last page of results from the previous list request. It makes the result of this
list request contain only entries that have changed since then. If the syncToken
expires, the server will respond with a 410 GONE response code and the client
should clear its storage and perform a full synchronization without any
syncToken. Learn more about incremental synchronization. Optional. The default
is to return all entries. 
				 
		 
		  |