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

Add service::get_{adjacent,conflicting}_meetings #13

Open
bkircher opened this issue Jul 15, 2016 · 0 comments
Open

Add service::get_{adjacent,conflicting}_meetings #13

bkircher opened this issue Jul 15, 2016 · 0 comments
Labels

Comments

@bkircher
Copy link
Collaborator

Background:

Using additional properties, a user can use calendar_item::get_adjacent_meeting_count and calendar_item::get_conflicting_meeting_count to get the number of conflicting, or adjacent meetings, respectively. However, there is currently no way she can retrieve those meetings.

Idea:

Add std::vector<calendar_item> service::get_{adjacent,conflicting}_meetings(const calendar_item&) const member-functions, returning only those calendar items.

Note:

Be careful with xml_subtree::{get_node,get_value_as_string} when implementing this feature as they use depth-first and we have a nested XML structure in that <GetItem/> response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant