Languages

Menu
Sites
Language
Add reminder

Hi,

I develop a Tizen Web app for a Gear S3 device and I am trying to add a reminder from the app. Is there an API that allows me to do that? Some sample code would be much appreciated. 

Thanks.

Responses

4 Replies
Iqbal Hossain

hi~

You can use Alarm API. 

You will find Alarm API here https://developer.tizen.org/ko/development/api-references/web-application?redirect=/dev-guide/2.3.0/org.tizen.web.apireference/html/device_api/wearable/tizen/alarm.html&langredirect=1

Also see the Time API for some other help from here, 

https://developer.tizen.org/development/api-tutorials/web-application/tizen-features/system/time#Monitoring_Changes

And you can find some sample app from your Tizen Studio like Schedule, Alram Widget, Calender etc.

-Thanks

Vlad C

The Alarm API does not allow me to set a description, and the Schedule app/widget does not have an option to set an events. I need access to the Reminder app from the watch, but it doesn't seem to be an api for that. Any alternative solution?

Marco Buettner

Calendar API should allows to set some more informations for your Reminder

Vlad C

Have you tried the Calendar API in a web app for wearable devices? From what I read on the website, the Calendar API is only available on Mobile. Also I tried using it in my app and the caleendar never gets created. ( var calendar = tizen.calendar.getDefaultCalendar("EVENT"); )