LDTP
2.3.1
|
selectevent('<window name>', '<Calendar_view name>', '<calendar event summary>')
Selects the row from the table of calendar events based on the calendar event name specified
1 | on success, else 0. |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/calendar-view.c
In Evolution Calendars,for selecting an appointment-(calendar event) present in the table
from ldtp import *
selectevent('Evolution-Calendars', 'calview', 'abc')