Managing the calendars (Android/iOS)
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.
To manage the appointments of a calendar, WINDEV Mobile proposes: - Several types of data:
| | Appointment | The Appointment type is used to define the advanced characteristics of an appointment: time, location, ... | Calendar | The 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:
| | AppointmentAdd | Adds an appointment: - in a Lotus Notes or Outlook calendar.
- in a calendar on a mobile device (Android or iOS).
| AppointmentDelete | 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).
| AppointmentModify | Modifies 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:
| | AppointmentList | Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria. | AppointmentListCalendar | Lists the calendars available on the mobile device (Android/iOS). |
- Functions that use the native application for managing calendars:
| | AppointmentCreate | Displays the window for appointment creation of native application for managing appointments found on the Android device. | AppointmentDisplay | Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS). |
|
|
|
|