From 0463fa7657b1aab4a3f5c6e7909ba1513c047968 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 23 Jun 2014 20:26:09 -0500 Subject: add support for per-alarm ringtone sounds set in EDS via E_CAL_COMPONENT_ALARM_AUDIO --- include/datetime/appointment.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/datetime') diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index 4778293..2e406a2 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -39,6 +39,7 @@ public: std::string summary; std::string url; std::string uid; + std::string audio_url; bool has_alarms = false; DateTime begin; DateTime end; -- cgit v1.2.3