selectevent

Syntax

selectevent ('<window name>', '<Calendar_view name>', '<calendar event summary>')

Description

Selects the row from the table of calendar events based on the calendar event name specified

Implementation

Return values:
1 on success, else 0.
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/calendar-view.c

Example

In Evolution Calendars,for selecting an appointment-(calendar event) present in the table

from ldtp import *

selectevent ('Evolution-Calendars', 'calview', 'abc')

Author:
Poornima <pnayak@novell.com>


Linux Desktop Testing Project