B4A Library [B4X] [XUI] AS Scheduler 📅 - MonthView, DayView (Week), AgendaView and CalendarView [Payware] - Alexander Stolte    Mar 3, 2025   (33 reactions)
ASScheduler_AgendaView
ASScheduler_CalendarViewMonth
ASScheduler_CalendarViewWeek
Classes
ASSchedulerAPI... value.
ASScheduler_CalendarViewMonth
Events:
AppointmentClick (Appointment... B4A Library [B4X] [XUI] AS CalendarExpandable📅 [Payware] - Alexander Stolte    May 26, 2025   (13 reactions) This view was developed from scratch based on the AS_DatePicker and the AS_CalendarViewWeek from... AS_CalendarAdvanced can use the same key to use this library.
This library is not free, because... B4A Library Calendar Library - lagore    Sep 5, 2013   (13 reactions) :)Hi, Having had a need to be able to create and delete calendar events I produced my first calendar library (most of the code I got from the net). The functions are; GetListOfAllCalendars(boolean)- this will return a 'Map' with the calendar Id and name. With this ID we can then create or delete events in this calendar. CreateEvent(int CalID, String Title, String Desc, String Location, long StartTime, long EndTime, String RRule, boolean AllDay)- used to create a calendar event using... B4A Library AndroidProviders (Calendars, Contacts, Calls Log, Telephony, SMS, MMS and more - DonManfred    Mar 14, 2016   (22 reactions) .READ_HISTORY_BOOKMARKS Properties: Bookmarks As Cursor Searches As Cursor CalendarProvider Methods: Initialize IsInitialized As Boolean getCalendarByID (calendarId As Long) As Calendar getEvents (calendarId As Long) As Cursor updateCalendar As Int Permissions: android.permission.READ_CALENDAR android.permission.WRITE_CALENDAR Properties: Calendars As Cursor CallsProvider Methods: Initialize... As Cursor Notes: - ALL Content-Providers doe only READ as yet. For the Calendars... B4A Library CoupleCalendar - DonManfred    May 12, 2020   (14 reactions) This is a wrap for this Github project. CoupleCalendar <link>...|https://www.b4x.com</link> Author: yuyakaido (Github)/DonManfred (Wrapper) Version: 0.1 CCEvent Functions: Initialize (EventName As String) IsInitialized As Boolean setDurationType Properties: DurationType As com.yuyakaido.android.couplescalendar.model.DurationType EndAt As Long EndAtDateTime As Long EventColor... StartAt As java.util.Date CouplesCalendarView Events: onDateClick (date As Long) onMonthChange... B4A Library Custom Calendar Class - Takeru17    Oct 5, 2012   (7 reactions) Hi, This is my first contribution to B4A. It's a very simple calendar clickable. Instructions are : Initialize(Callback, EventName, Width (same declare as addview), Height (idem), date (DateTimeFormat) ) ShowCalendar(Boolean) LengthMonth(Year, Month) As Int SetTableColor(Color) : color of the grid SetBackGroundColor(Color) : color of the Background SetActiveButtonColor(Color) : color of calendar's buttons SetInactiveButtonColor(Color) : color of day's buttons ... B4A Library PersianCalendarView - Johan Schoeman    May 4, 2017   (18 reactions) . B4A sample project 2. B4A lib files (PersianCalendarViewLibFiles.zip) - copy them to your additional libs... you additional libs folder 7. The Java code 8. PersianCalendarViewLibFiles.zip - extract and copy the jar and xml... B4A Library MyDynamicCalendar - Johan Schoeman    Apr 15, 2017   (17 reactions) .jar android-support-v7-recyclerview.jar It is quite a nice Calendar - you need to populate... Code: #Region Project Attributes #ApplicationLabel: b4aDynamicCalendar #VersionCode: 1.... 'These variables can only be accessed from this module. Dim dc As DynamicCalendar...") dc.addHolidays(holidays) dc.CalendarBackgroundColor = Colors.Green 'the color below the calendar when the Calendar Activity starts dc.HeaderBackgroundColor... B4A Library MultiDayCalendarView - Johan Schoeman    Apr 17, 2016   (18 reactions) change the color). Then touch the same cell again. An Event will be added to the Calendar based... mdcv1_event_selected(eventname As String, eventdetail As String) Log("B4A: calendar eventname = " & eventname) Log("B4A: calendar eventdetail = " & eventdetail... eventdetail)) End Sub Sub mdcv1_calendar_scrolling(firstday As String) Log("B4A: first day... a Toast Message with the name of the Calendar Event and the Detail of the Calendar Event. The Toast... B4A Library CollapseCalendarView - Johan Schoeman    Apr 16, 2016   (19 reactions) CollapseCalendarView 2. The Java code - change/amend it to your liking 3. B4A library files (CollapseCalendarViewLibFiles.zip) - extract the zip file and copy the files to your additional library folder 4. commons... the calendar you can Click on the left / right arrows to go to the next / previous month. Default calendar view: 43277 Clicking on the right arrow: 43279 Fling the view up/down with your finger... #ApplicationLabel: CollapseCalendarView #VersionCode: 1 #VersionName: 'SupportedOrientations... Page: 1   2   |