mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
associate location on ms calendar remote
This commit is contained in:
@@ -413,6 +413,11 @@ class Calendar implements TrackCreationInterface, TrackUpdateInterface
|
||||
return null !== $this->calendarRange;
|
||||
}
|
||||
|
||||
public function hasLocation(): bool
|
||||
{
|
||||
return null !== $this->getLocation();
|
||||
}
|
||||
|
||||
/**
|
||||
* return true if the user is invited.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user