shrawan zadoo
shrawan zadoo

Reputation: 55

Native calendar event handling

Can I open my custom developed form [instead of native one] when user opens any pre-created appointment/event from calendar view ?

Can this be achieved ? if yes, how ?

Thanks in advance.

Upvotes: 0

Views: 95

Answers (1)

Remy Lebeau
Remy Lebeau

Reputation: 595971

As far as I can tell, there is no way to get that particular type of notification from the calendar. You can use a PIMListListener to be notified of when an appointment/event is added, removed, or updated, but not when it is opened. Once it is in the calendar, then calendar handles the UI for it.

Upvotes: 1

Related Questions