How to know device default calendar application is in use??

Login to reply to this topic.
Mon, 2005-05-09 10:45
Joined: 2005-02-25
Forum posts: 60
Hi All,

We are using a client-server application which notifies the Client (P800), if an appointment is added/modified/deleted from its Microsoft outlook server it synchronizes accordingly and more if client add/modify/delete an entry from default calendar application ,our application should synchronize this modified/deleted/added entries of the device with the Microsoft outlook entries as well, which is the duty of the server application.

Steps followed are :

1.   Symbian Application receives appointment/meeting notification pop- up with three buttons Accept, Decline, Tentative.

2.   If the user presses Accept or Tentative , appointments/meetings get saved into the device default calendar application.

3.   Now If we try to modify the saved appointment/meeting received from Microsoft Outlook server, it is giving the following panics
 

Program closed: MyAppName
Reason Code: KERN-EXEC
Reason No.: 3

Program : Calendar
Reason Code: E32USER CBase
Reason No.: 21

Program : Agenda Server
Reason Code: E32USER CBase
Reason No.: 46
 
Result : Our Application is Closed.
            Default Calendar application is also Closed.

4.  It clashes with the application agenda observer which is trying to trap the event if an appointment/meeting is added/modified/deleted from the device default calendar application.

 
Now the question arises “Is it possible to know that the device default calendar application is in use and a calendar task is being modified? So that our application can wait for that much of duration.”
           
 
Hope to get a reply
 Thanks

Thu, 2005-05-12 03:48
Joined: 2004-07-10
Forum posts: 364
Re: How to know device default calendar application is in us
The agenda is a server - that means two applications should be able to simultaneously access the same entry (or rather a copy of the data of the same entry). Your problems isn't due to simultaneous access its something else.
Fri, 2005-05-13 02:34
Joined: 2004-07-10
Forum posts: 364
Re: How to know device default calendar application is in us
P.S.
All your questions are in the user forum section, you'll probably get more people reading them if they're in the developer section.
  • Login to reply to this topic.