Questions tagged [sfcalendar]

Syncfusion's calendar control provides an interface for selecting a date or displaying events in a month view. The control forms part of Syncfusion's Essential Studio for multiple platforms.

What is SfCalendar?

Syncfusion offers a calendar control with its control suite called Essential Studio. This suite is available for multiple platforms such as UWP and Xamarin. The control has platform-specific features; documented on Syncfusion's product pages, for instance for UWP and for Xamarin Android.

When to us e this tag?

Use this tag when your question is related to an issue you experience directly with Syncfusion's calendar control. If your question is related to the control for a specifc platform, specify the platform with another tag such as UWP.

25 questions
0
votes
0 answers

Flutter sfcalendar month view waste of space

I am using the sfcalendar package pub.dev with the > view: CalendarView.month, But what about the wasted space between the date and the Appointments? (marked red) here is the code child: SfCalendar( appointmentBuilder: appointmentBuilder, …
Val
  • 31
  • 1
  • 7
0
votes
0 answers

Flutter Sfcalendar month view on web - how to change mouse cursors when it hover on cell

I tried MouseRegion over SfCalendar and in SfCalendar(monthCellBuilder itself) but it doesn't work. MouseRegion doesn't even detect mouse events. How can I change Cursors on the hovering month cell? Thank you. (https://i.stack.imgur.com/43Lsi.png)…
0
votes
0 answers

Flutter SFCalendar in BottomNavigatorBar causes issues

I have a flutter app in which the Bottom Navigation Bar has the Syncfusion Calendar in one of the tabs. In the first tab, there is a Floating Action Button which opens a Dialog and has a TextFormField. As soon as the Dialog opens, I get this…
0
votes
2 answers

Syncfusion Flutter Calendar Add own Appointment

This is probably simple for anyone who knows basic state management. I may not have to be familiar with Syncfusion Flutter Calendar to know this. I basically want the user to add their own appointments to the calendar. In this case to the dataSource…
Val
  • 31
  • 1
  • 7
0
votes
1 answer

Widget wont refresh with setstate sfcalendar custom agenda

The Picture shows how it should look like. But in my App, the agenda is inside a TAB! Can anyone tell me why my code wont work? I am trying to display data from DataSource but it wont show up! (SFCalendar - Custom Agenda) (Basically - to get it to…
Val
  • 31
  • 1
  • 7
0
votes
1 answer

Flutter - executing a query on a query with firebase

I have done some research on the firebase website, but did not find the right solution. I have understood that with Firebase, we can not have several where in a query because 'and' is not handled by Firebase. After some research, I found that we can…
0
votes
2 answers

flutter Getx and SfCalendar combination throw improper use of a GetX error

I am developing a flutter project using getx library. I used binding to link getXView and controller, and I want to link it with SfCalendar's dataSource. The code is as follows: // CalendarView class ICalendarView extends…
Jun
  • 451
  • 4
  • 16
0
votes
1 answer

Flutter sfcalendar appbar title language

I am Val and this is my first question on stackoverflow. (newbie here / and new to coding and please don't be annoyed - sorry for my dumb quenstion) I am using sfcalendar for an app I am working on. I successfully managed to place the month on the…
Val
  • 31
  • 1
  • 7
0
votes
0 answers

TextView Marquee is not working in linearlayout

Unfortunately, I cannot deal with this problem. More precisely, the marque function does not work for me after adding a TextView to LinearLayout. If I just add a TextView to the view, it works fine. What could be the problem? Perhaps a problem with…
0
votes
3 answers

Disabling all other days in calendar view

I have a form in which the user will select days and then select a date from calendar view.. for example: the user will first select sun and mon .. then click on date button an so calendar view will be shown .. I want the user just be able to select…
mrs.tat
  • 597
  • 2
  • 6
  • 17
1
2