| @@ -16,6 +16,9 @@ | ||
| 16 | 16 | /** @var int */ | 
| 17 | 17 | protected $calendarId; | 
| 18 | 18 | |
| 19 | + /** | |
| 20 | + * @param null|string $calendarId | |
| 21 | + */ | |
| 19 | 22 | public static function createFromGoogleCalendarEvent(Google_Service_Calendar_Event $googleEvent, $calendarId) | 
| 20 | 23 |      { | 
| 21 | 24 | $event = new static(); |