ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Appointment functions (Lotus Notes/Android/iOS)
  • Overview
  • Implementation
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS. You can:
  • List the existing calendars.
  • List the appointments.
  • Add a new appointment to a calendar.
  • New in version 2025
    Add a new appointment to the phone's default calendar.
  • Modify the data of an appointment.
  • Delete an appointment.
  • Delete all the appointments from a calendar.
  • Define the repetition of an appointment (every day, every month, etc.).
  • Add/Modify/Delete Reminders for a given appointment (e.g. SMS sent one hour before appointment).
  • Start the native application for calendar management to create, edit or view an appointment.
Implementation
To manage the appointments of a calendar, WINDEV Mobile proposes:
  • Several types of data:
    AppointmentThe type Appointment type lets you define all the advanced features of an appointment: times, location, etc.
    CalendarThe Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
  • Various functions:
    • Functions used to manage the addition, the deletion and the modification of appointments:
      AppointmentAddAdds an appointment:
      • in a Lotus Notes or Outlook calendar.
      • in a calendar on a mobile device (Android or iOS).
      AppointmentDeleteDeletes:
      • 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).
      AppointmentModifyModifies the current appointment:
      • in a Lotus Notes or Outlook calendar.
      • in the calendar found on a mobile device (Android/iOS).
    • Functions to list the appointments and to perform searches:
      AppointmentListLists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria.
      AppointmentListCalendarLists the calendars available on the mobile device (Android/iOS).
    • Functions that use the native application for managing calendars:
      AppointmentCreateOpens a new appointment window in the device's native calendar application.
      AppointmentDisplayDisplays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
Android Note: These functions can be used in the emulator, but not in the simulator.
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help