| Reply | « Previous Thread | Next Thread » |
|
Hi,
I was wondering if it is possible to set an Alarm in the Calendar app of a s60 (N95) device ? This should happen programmatically obviously, so I would be able to set an alarm through my own Midlet. I have been using timers and timertasks for the moment to act as an alarm, but if the midlet get closed it obviously stops te timers hence the alarm. So i'd like to be able to set an alarm (calendar or Clock->Alarm) programmatically. Any ideas or tips please let me know :D |
|
Personal Information Management (PIM) optional package for Java 2 Platform, Micro Edition (J2ME) provides access to calender, contacts etc.
Refer to Forum Nokia JaveME Developers Library for more details on use and implementation notes for PIM support on device. http://www.forum.nokia.com/main/reso...rs_library.htm PIM is an optional package so you will have to check if your target device(s) have it implemented. |
|
yup,
thx I found it out about 5 minutes after my post :P anyways it works through the PIM, just as I wanted it to :D It adds an event now, still Icant manage to delete an Item afterwards, I know I have to pass an Event object to the EventList.removeEvent(event) method... But how do i find this Event ? I know the desciption (the String used) but im kinda lost in the construction of PIM itself... Any ideas or code ?
Last edited by Tiger79 : 2008-09-05 at 10:16.
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Setting Alarm | SymbieRahul | Symbian User Interface | 5 | 2008-09-16 13:35 |
| Calendar Alarm Notification | nair.shanker | Symbian User Interface | 1 | 2008-08-07 10:32 |
| 6600 : Calendar alarm can't vibrate | Jingo Saputra | General Discussion | 1 | 2008-01-06 20:51 |
| Calendar alarm sound | pgivy | General Symbian C++ | 1 | 2007-02-05 04:28 |
| Calendar alarm locks phone button until game is closed | jamesve | Mobile Java General | 0 | 2005-10-12 17:46 |