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)
  • Special cases
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Reinitializes:
  • AndroidAndroid Widget the Appointment variable used by a calendar of an Android device.
Example
AndroidAndroid Widget
// Ajout d'un nouveau rendez-vous
AppointmentReset(gRDV)
gRDV.Titre = SAI_Titre
gRDV.DateDébut = SAI_DateDeb + SAI_HeureDeb
gRDV.DateFin = SAI_DateFin + SAI_HeureFin
gRDV.Lieu = SAI_Lieu
gRDV.Contenu = SAI_Desc
IF SAI_Fuseau <> "" THEN
	gRDV.FuseauHoraire = SAI_Fuseau
END
gRDV.Auteur = SAI_Auteur
gRDV.Invité = SAI_Invités
gRDV.JournéeEntière = INT_Jentière[1]

IF AppointmentAdd(gCal, gRDV) THEN
	ToastDisplay("RDV ajouté")
ELSE
	Error(ErrorInfo())
END
Syntax
AndroidAndroid Widget

Reinitializing an Appointment variable Hide the details

AppointmentReset(<Appointment>)
<Appointment>: Appointment variable
Name of the Appointment variable to be used.
Remarks
AndroidAndroid Widget

Special cases

  • AppointmentReset can be used in the emulator but not in the simulator.
Component: wd300com.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help