ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Appointment functions (Lotus Notes/Android/iOS)
23 results
Usage example of the AppointmentAdd function
Adds an appointment:
  • in a Lotus Notes or Outlook calendar.
  • in a calendar on a mobile device (Android or iOS).
Displays the window for appointment creation of native application for managing appointments found on the Android device.
Deletes:
  • the current appointment from the calendar of a Lotus Notes or Outlook messaging.
  • an appointment from the calendar found on a mobile device (Android/iOS).
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
Reads the last appointment in a Lotus Notes or Outlook calendar.
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria.
Usage example of the AppointmentListCalendar function
Lists the calendars available on the mobile device (Android/iOS).
Modifies the current appointment:
  • in a Lotus Notes or Outlook calendar.
  • in the calendar found on a mobile device (Android/iOS).
Reads the appointment found after the current appointment in the calendar of a Lotus Notes or Outlook messaging.
Reads the appointment found before the current appointment in the calendar of a Lotus Notes or Outlook messaging.
Reads an appointment found in the calendar of a Lotus Notes or Outlook messaging.
Reinitializes:
Exports an appointment or a list of appointments in iCalendar format.
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
Lists of constants used to manage the appointments
List of functions for managing appointments
Lists the appointments described in a character string in iCalendar format.
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS...
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
The Appointment structure is a preset structure of WLanguage (no declaration is required)...