We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfeb99 commit 42fa3abCopy full SHA for 42fa3ab
lib/public/Calendar/ICalendarEventBuilder.php
@@ -16,7 +16,11 @@
16
/**
17
* The calendar event builder can be used to conveniently build a calendar event and then serialize
18
* it to a ICS string. The ICS string can be submitted to calendar instances implementing the
19
- * \OCP\Calendar\ICreateFromString interface.
+ * {@see \OCP\Calendar\ICreateFromString} interface.
20
+ *
21
+ * Also note this class can not be injected directly with dependency injection.
22
+ * Instead, inject {@see \OCP\Calendar\IManager} and use
23
+ * {@see \OCP\Calendar\IManager::createEventBuilder()} afterwards.
24
*
25
* All setters return self to allow chaining method calls.
26
0 commit comments