Skip to content

Commit

Permalink
fixup! feat: OCC and OCS Calendar Import/Export
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
  • Loading branch information
SebastianKrupinski committed Feb 19, 2025
1 parent 2894ed7 commit 364b0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/Controller/CalendarExportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(
#[OpenAPI(scope: OpenAPI::SCOPE_DEFAULT)]
#[ApiRoute(verb: 'GET', url: '/export', root: '/calendar')]
#[ApiRoute(verb: 'POST', url: '/export', root: '/calendar')]
#[UserRateLimit(limit: 10, period: 60)]
#[UserRateLimit(limit: 1, period: 60)]
#[NoAdminRequired]
public function index(string $id, ?string $format = null, ?array $options = null, ?string $user = null) {
$userId = $user;
Expand Down
2 changes: 2 additions & 0 deletions lib/public/Calendar/CalendarExportOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

/**
* Calendar Export Options
*
* @since 32.0.0
*/
class CalendarExportOptions {

Expand Down

0 comments on commit 364b0e6

Please sign in to comment.