Skip to content

Commit

Permalink
Merge pull request #35059 from nextcloud/backport/35042/stable24
Browse files Browse the repository at this point in the history
[stable24] Add description for calendar uri
  • Loading branch information
ChristophWurst authored Nov 10, 2022
2 parents bd4fe22 + 6f6e279 commit 8f2cf3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/Calendar/ICalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ interface ICalendar {
public function getKey();

/**
* In comparison to getKey() this function returns a unique uri within the scope of the principal
* @since 24.0.0
*/
public function getUri(): string;
Expand Down

0 comments on commit 8f2cf3f

Please sign in to comment.