nRF Connect SDK API 2.8.99
|
typedef int(* icalendar_parser_callback_t) (const struct ical_parser_evt *event) |
#include <include/net/icalendar_parser.h>
iCalendar parser asynchronous event handler.
Through this callback, the application receives events, such as parsed component with errors code.
[in] | event | The iCalendar event. |