B4A Tutorial [B4A] [Class] [Calendar] Class wmCalendar - Android calendar manipulation based on DonManfred's explorations - walt61    Apr 19, 2022   (16 reactions) This is a calendar manipulation class based on @DonManfred 's explorations which you can find at https://www.b4x.-with-calendars-using-contentresolver-query-insert-update-delete.100229/.
It contains the following methods:
- AddCalendar: Adds a new Calendar and returns its id, or -1 if no Calendar Share My Creation Calendar with Database - Colin Evans    May 06, 2022   (21 reactions) Many thanks to 'walt61' who pointed me in the correct path many times. And thanks to 'DonManfred' who originally came up with the wmCalendar module, and lots of others who have contributed sample code to the forum, all of whom have helped me along the way, all my coding is done to keep my brain acti B4A Question Calendar Events - MarcoRome (first post)    Mar 30, 2022   (2 reactions) Look this:
or this: B4A Question Calendar - ronnhdf    Aug 06, 2020 I am looking for a calendar that starts with Monday and also shows the previous month.
Do you have an idea how to implement this?
98174 B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Nov 21, 2022   (3 reactions) What's New Since Last Week (14 Nov 2022 to 21 Nov 2022)
B4X
Calendar
AS CalendarAdvanced - OneRow/FiveRow Calendar - Expand and Collapse
AS CalendarAdvanced - OneRow/FiveRow Calendar - Expand and Collapse
https://www.b4x.com/android/forum/threads/b4x-xui-as-calendaradvanced-onerow-fiverow-cal B4A Question Gantt Calendar - imbault    Apr 09, 2021   (1 reaction) Hi,
I was wondering if someone has built a Gantt calendar, I mean a calendar with a begin and end event represented by a line of color, we could imagine several events, where each one would have its own color, the calendar could present a full month
Like this example :
111315
Thank you
Patrick B4A Tutorial Working with Calendars using ContentResolver (Query, Insert, Update, Delete) - DonManfred    Apr 11, 2020   (23 reactions) AddManifestText(
<uses-permission android:name="android.permission.READ_CALENDAR"/>
<uses-permission android:name="android.permission.WRITE_CALENDAR"/>
)
.
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from al B4A Question adding an entry to Calendar - walt61 (first post)    Apr 17, 2022   (1 reaction) Hi @Colin Evans , I think it's a timezone issue. You're specifying 'UTC' as timezone, and your calendar will display the data as per the device locale (I read somewhere that it stores all data as UTC and then handles the display that way). I suggest to first test with timezone values from https://un B4A Question Building a calendar-scheduler application - Alexander Stolte (first post)    Jan 12, 2022   (7 reactions) A photo of the calendar you are looking for?
I have planned the following view for this year:
AS CalendarView
*Just example images
124137124138
Views:
Month View
2 Weeks
Week
3 Days
1 Day
Currently, I have only written a rough plan.
The view will also not be free, because as with the ASCalendarAd B4A Code Snippet Add event in calendar using intent - asales    Sep 13, 2024   (7 reactions) Dim i As Intent i.Initialize(i.ACTION_EDIT, "content://com.android.calendar/events") 'The title of the event. i.PutExtra("title", "Team reunion") 'The description of the event i.PutExtra("description", "Project Discussion") 'Where the event takes place. i.PutExtra("eventLocation", "Conference Roo Page: 1   2   3   4   5   6   7   Powered by ColBERT |