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.
- Return values:
-
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/calendar-view.c
from ldtp import *
With respect to Evolution-Calendars
selecteventindex ('Evolution-Calendars', 'calview', 1)
- Author:
- Poornima <pnayak@novell.com>