ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
// Ouverture d'une session Lotus Notes IDSession is int IDSession = EmailStartNotesSession("MotDePasse", "ServeurMars", "mail/julie.nsf", "C:\Lotus Notes\julie.id") // Initialisation des variables de la structure RendezVous AppointmentReset() // Renseignements des variables pour le nouveau rendez-vous mAppointment.Subject = "Réunion commerciaux" mAppointment.StartDate = "20070125100000" mAppointment.Location = "Salle 3B" mAppointment.NbParticipant = 3 mAppointment.Participant[1] = "Romain" mAppointment.Participant[2] = "Lucas" mAppointment.Participant[3] = "Stéphane" // Ajout du rendez-vous IF AppointmentAdd(IDSession) = True THEN Info("Rendez-vous ajouté") ELSE Error("Erreur lors de l'ajout", ErrorInfo()) END
// 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
Reinitializing the Appointment structure
Reinitializing an Appointment variable Hide the details
Name of the Appointment variable to be used.
Special cases
Last update: 03/27/2025
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: