/** @test */
 public function it_provides_a_getter_for_calendarId()
 {
     $this->assertEquals($this->calendarId, $this->googleCalendar->getCalendarId());
 }