Moo-Google
view release on metacpan or search on metacpan
xt/calendar/calendarList.t view on Meta::CPAN
subtest 'CalendarList->insert' => sub {
# add FC Rostov calendar to your Google Calendar
my $t = $gapi->Calendar->CalendarList->insert(
{
options => { # CalendarList resource
id => $demo_calendar_id,
defaultReminders => [
{
method => 'popup',
minutes => 15
}
],
notificationSettings => {
notifications => [
{
type => 'agenda',
method => 'email'
}
]
( run in 2.641 seconds using v1.01-cache-2.11-cpan-364913b4093 )