Browse Source

Merge pull request #35042 from nextcloud/enh/uri-description

Add description for calendar uri
Pytal 1 year ago
parent
commit
179e104934
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/public/Calendar/ICalendar.php

+ 1 - 0
lib/public/Calendar/ICalendar.php

@@ -40,6 +40,7 @@ interface ICalendar {
 	public function getKey(): string;
 
 	/**
+	 * In comparison to getKey() this function returns a unique uri within the scope of the principal
 	 * @since 24.0.0
 	 */
 	public function getUri(): string;