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

Fix basic_service::get_{xyz} overload set #54

Open
bkircher opened this issue Mar 14, 2017 · 0 comments
Open

Fix basic_service::get_{xyz} overload set #54

bkircher opened this issue Mar 14, 2017 · 0 comments

Comments

@bkircher
Copy link
Collaborator

Momentarily, we have following functions in the "get_calendar" overload set:

    calendar_item get_calendar_item(const item_id& id);

    calendar_item 
    get_calendar_item(const item_id& id, 
                      const std::vector<property_path>& additional_properties);

    std::vector<calendar_item> 
    get_calendar_items(const std::vector<item_id>& ids, base_shape shape);

    std::vector<calendar_item> 
    get_calendar_items(const std::vector<item_id>& ids, base_shape shape, 
                       const std::vector<property_path>& additional_properties);

Missing/remaining issues:

  • no way to specify both, additional properties and base_shape
  • plural getters are not implemented for contacts, messages, etc.
  • <ExtendedProperty/> missing, see Implement item property <ExtendedProperty> #7
  • make sure we do not use default parameters (base_shape, mostly)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant