ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Appointment functions (Lotus Notes/Android/iOS)
  • Overview
  • Implementation
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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 have the ability to:
  • List the existing calendars.
  • List the appointments.
  • Add a new appointment to a 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 the reminders for a given appointment (for example: send an SMS an hour before the 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 Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
    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:
      AppointmentCreateDisplays the window for appointment creation of native application for managing appointments found on the Android device.
      AppointmentDisplayDisplays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
Android Remark: 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: 01/26/2023

Send a report | Local help