-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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(ocp): calendar event builder api #49888
Conversation
@nickvergessen This should get you started for the meetings feature. Let me know if you have questions. |
I added a example on how to use the |
3132ecd
to
b9fbef9
Compare
3e6899c
to
ce5b8a8
Compare
Signed-off-by: Richard Steinmetz <[email protected]>
ce5b8a8
to
80bc1c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, will implement Talk's side now
return $this; | ||
} | ||
|
||
public function setSummary(string $summary): ICalendarEventBuilder { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a max length that we should check, or does caldav take care of that, same for description?
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Summary
The event builder API is done and ready to use.
Code example
TODO
Actually implement the availability API(ref Schedule meetings inside Talk calendar#6516 (comment))Checklist