Open the calendar
- Import the required classes and interfaces.
import net.rim.blackberry.api.invoke.CalendarArguments;
import net.rim.blackberry.api.invoke.Invoke;
import net.rim.device.api.system.ControlledAccessException;
- Invoke Invoke.invokeApplication(APP_TYPE_CALENDAR, CalendarArguments).
- Check for a ControlledAccessException if your application does not have permission to access the application that it invokes.
Was this information helpful? Send us your comments.