Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement public OCP api to update resources and rooms #45532

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

st3iny
Copy link
Member

@st3iny st3iny commented May 27, 2024

  • Resolves: none

Summary

Ref nextcloud/calendar_resource_management#126

Allow to trigger a synchronous update of rooms and resources via a public OCP api instead of waiting for the background job.

The job itself is untouched. I only moved the contained logic to a separate class inside lib/private.

Checklist

@st3iny st3iny added 2. developing Work in progress feature: caldav Related to CalDAV internals labels May 27, 2024
@st3iny st3iny self-assigned this May 27, 2024
@st3iny st3iny changed the title feat: update resources and rooms from \OCP\Calendar\IManager feat: implement public OCP api to update resources and rooms May 27, 2024
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@st3iny st3iny force-pushed the feat/publish-resources-room-update branch from 9f7e41a to 69e0158 Compare May 27, 2024 16:45
@st3iny st3iny marked this pull request as ready for review May 28, 2024 11:58
@st3iny st3iny added 3. to review Waiting for reviews and removed 2. developing Work in progress labels May 28, 2024
@st3iny st3iny added this to the Nextcloud 30 milestone May 28, 2024
@ChristophWurst ChristophWurst added the pending documentation This pull request needs an associated documentation update label Jun 25, 2024
Copy link
Member

@AndyScherzinger AndyScherzinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐘

@st3iny st3iny merged commit 6121325 into master Jun 25, 2024
159 checks passed
@st3iny st3iny deleted the feat/publish-resources-room-update branch June 25, 2024 14:48
*
* @since 30.0.0
*/
public function update(): void;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement feature: caldav Related to CalDAV internals pending documentation This pull request needs an associated documentation update
Projects
Development

Successfully merging this pull request may close these issues.

5 participants