var ev = new tizen.CalendarEvent({
description : 'HTML5 Introduction',
summary : 'HTML5 Webinar ',
startDate : new tizen.TZDate(2015, 4, 07, 18, 51),
endDate : new tizen.TZDate(2015, 4, 10, 18, 52),
location : 'Huesca'
});
myCalendar.add(ev);
console.log('Event added with UID ' + ev.id.uid);
how i can put reminder and on start time with sound