NAME
Google::RestApi::CalendarApi3::Settings - Settings object for Google Calendar.
SYNOPSIS
# Get a specific setting
my $setting = $cal_api->settings(id => 'timezone');
my $details = $setting->get();
# Get just the value
my $tz = $setting->value();
DESCRIPTION
Provides access to user calendar settings (read-only).
METHODS
get()
Gets the setting details. Requires setting ID.
value()
Returns just the setting value. Requires setting ID.
setting_id()
Returns the setting ID.
calendar_api()
Returns the parent CalendarApi3 object.
AUTHORS
Robin Murray mvsjes@cpan.org
COPYRIGHT
Copyright (c) 2019-2026 Robin Murray. All rights reserved.
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.