We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
base_shape
<ExtendedProperty/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Momentarily, we have following functions in the "get_calendar" overload set:
Missing/remaining issues:
base_shape
<ExtendedProperty/>
missing, see Implement item property <ExtendedProperty> #7base_shape
, mostly)The text was updated successfully, but these errors were encountered: