Ben Kircher

Results 21 issues of Ben Kircher

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...

feature

In particular: - implement item property `` (getter, seems to be read-only) - create meetings and inviting attendees (via `` and ``) - modifying attendee collections (via `` works already....

feature

In particular - find a way to describe recurrence patterns `` - implement `calendar_item::get_recurrence` - add support for getting/finding the recurrence master - add support for deleted occurrences, modified occurrences...

feature

Support `` in calendar items. See EWS book p370.

feature

Investigate Kerberos with libcurl. Find a test environment. Add support for this authentication method.

feature

Add support for ``` ``` operation, if needed. Seems to be related to ``. Possibly add ``` c++ std::string /* or ews::item_id */ basic_service::convert_id(ews::destination_format fmt) { /* ... */ }...

feature

Maybe remove template parameter in ``` c++ namespace ews { namespace internal { template struct uri { // ... } } ``` Not need to support wide char. Always char.

refactor

Write a reasonable good suppression file. http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress

enhancement

Make NonText blue and Whitespace foreground gray so that it looks a bit more like in VS Code Dark+ color theme. Closes https://github.com/LunarVim/darkplus.nvim/issues/1 Example: ![Screenshot from 2022-04-17 11-00-41](https://user-images.githubusercontent.com/536464/163709502-583e45eb-f876-4614-957e-25857c4b39eb.png)