Questions tagged [syncfusion-calendar]
33 questions
3
votes
1 answer
How to get the data of a clicked card flutter
I have a flutter scheduler calendar, I have managed to populate the scheduler with the data from the db. I have made the cards on the scheduler clickable. Each card has a set of data in the database. Like the first row populates the first card, the…

arriff
- 399
- 1
- 10
- 30
3
votes
1 answer
Reactjs How to get the value of Start date and End date?
How can I get the value of start date and end date? I use:
import { DateRangePickerComponent } from '@syncfusion/ej2-react-calendars';
This is a duplicate question because I want to get the start and end date separately.
import {…
user15404864
2
votes
1 answer
Flutter Syncfusion Calendar CalendarView getters are not found
The problem I am having is that the CalendarView getter, month, does not seem to exist even though the getters show up in the android studio autofill. I reinstalled the package syncfusion package but I can't seem to figure out why none of the…

William Doyle
- 23
- 2
2
votes
1 answer
Flutter: fixing syncfusion calendar scroll by forcing gesture arena winner?
I have a problem with SyncFusion's flutter calendar which is demonstrated by this screenshot of SfCalendar showing months which is inside a Column with other children (also see end for minimal reporoducible example code):
The problem is simple:…

James Allen
- 6,406
- 8
- 50
- 83
1
vote
1 answer
How to select a week(custom) in the Flutter Date Range Picker (SfDateRangePicker)
I try to implement a weekly selector by following this example - https://www.syncfusion.com/kb/11412/how-to-select-a-week-in-the-flutter-date-range-picker-sfdaterangepicker
The problem I encounter is that the "args.value" from…

zero d
- 11
- 1
1
vote
1 answer
TypeScript with Syncfusion and Scheduling Dates
I'm using a Syncfusion component which works perfectly fine in ReactJS but has some errors in TypeScript,
I tried all day to type it but it seems I'm not getting nowhere so I came to stackoverflow, English is my third language so please bare with…

Bardyli
- 45
- 4
1
vote
0 answers
Display events stored in MongoDB in SyncFusion Calendar via GraphQL
I am working on an app and I'd like to display the events that are stored in MongoDB using my GraphQL end points. This is how I do it:
List appointments = Query(
options: QueryOptions(document: gql(_getEvents)),
builder: (result,…

Maria Donosova
- 45
- 6
1
vote
0 answers
How to access json data which is present in payload of angular request in springBoot post API || syncfusion angular calender
Getting the below data in the payload tab of my browser while sending post requests.
"--batch_8c82e185-cbdf-4d70-a62d-a48c9e869bf8
Content-Type: application/http; msgtype=request
POST /api/null HTTP/1.1
Content-Type: application/json;…

Niraj Singh
- 45
- 1
- 9
1
vote
1 answer
An event is not being added successfully to calendar
I am building a flutter app where there is a syncfusion calendar and you can add events to it. However, when I try to add an event, it does not get added and thus, is not displayed on the calendar despite the "Add Event" page popping after…

coderhelp
- 71
- 1
- 5
1
vote
2 answers
Instance member '' can't be accessed using static access
I am trying to insert an event into a syncfusion flutter calendar by following this youtube tutorial but I did not want to use a provider as they had. I tried to write my main add/edit event code like this:
class EditEventsPage extends…
user17043594
1
vote
3 answers
flutter - FutureBuilder auto rebuild each time press a button in the screen
I try to use FutureBuilder in Flutter to wait ulti my initState is finished then buil the UI for the app.
But when the app is running, the screen keep rebuilding each time I press another button (the button does totally different thing).
Future…

Phucss
- 11
- 3
1
vote
1 answer
Flutter Syncfusion Calendar doesn't show data
I have a problem with SyncFusion's flutter calendar which is demonstrated by this screenshot
As you see the calendar still get the data from my API but it doesn't show any meeting data on the calendar. FYI, I would like get the data with each time…

Mạnh Tiến
- 21
- 1
- 8
0
votes
0 answers
Flutter-SfCalendar - Need Resources in x position and time in Y position
I am using sfcalendar in my mobile app in flutter for showing the appointments. It is showing the staffs(Resources) in Y position and timing(working hours) in X position.
As per client requirement I want to show the staffs(Resources) in X position…

Aishwarya Jayakumar
- 21
- 2
0
votes
0 answers
syncfusion_flutter_datepicker calendar display messed up
i am using date range picker for quite a time now but since 2-3 days i am facing a very strange issue regardless of the version I change.
Even if i add the very basic code from your site -
Positioned(
left: 20,
top: 50,
right: 20,
bottom:…

palakp
- 1
0
votes
1 answer
SfNumericTextBox not updating the bound property when moving initial date in SfCalendar
Using SfCalendar and SfNumericTextBox version 19.2.0.62
Xamarin Forms 5.0.0.2401
I have a view in Xamarin Forms 5.0 that has an SfNumericTextBox bound to a nullable int and has AllowNulls = True
We also have an SfCalendar control bound to a DateTime…

Pat Long - Munkii Yebee
- 3,592
- 2
- 34
- 68