NAME
Google::RestApi::CalendarApi3::Colors - Colors information for Google Calendar.
SYNOPSIS
my $colors = $cal_api->colors();
# Get all color definitions
my $all = $colors->get();
# Get just calendar colors
my $cal_colors = $colors->calendar_colors();
# Get just event colors
my $evt_colors = $colors->event_colors();
DESCRIPTION
Provides access to the available color definitions for calendars and events.
METHODS
get()
Gets all color definitions.
calendar_colors()
Returns calendar color definitions.
event_colors()
Returns event color definitions.
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.