PIM Event + j2me

185 Views Asked by At

How to make instance of PIM Event and set thsi attributes to it

public String eventType;
public Date eventFromDate;
public Date eventToDate;
public Date alarmFromDate;
public Date alarmToDate;
public Vector recepient;
public String descriptionOfEvent;
1

There are 1 best solutions below

0
On

Here is an example of how to add an event to calendar using the PIM API