LDTP
2.3.1
|
selecteventindex('<window name>', '<component name>', <event number>)
Select an event from a calendar table using its index. Index for a calendar event starts from 1.
1 | on success, else 0 |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/calendar-view.c
from ldtp import *
With respect to Evolution-Calendars
selecteventindex('Evolution-Calendars', 'calview', 1)