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
2
votes
0 answers

Syncfusion Calendar doesn't select datas

I want to use SfCalendar from Syncfusion's pack with multiselect mode for WP8.1 project, but it doesn't work. I can see the calendar. If I tap to any date, it selects, but SelectedDates has 0 elements, SelectionChanged event reports RemovedItems = 1…
SUDALV
  • 91
  • 9
1
vote
1 answer

How do I put an image in the sfcalendar date field?

I'm making an app using sfcalendar and flutter. I want to put an image inside a calendar date field. I want to make it like this image. This is image link I want to put an image on January 11 like this picture. This is the sfcalendar code. body:…
bum
  • 37
  • 6
1
vote
1 answer

How to use FirebaseFirestore as datasource for sfCalendar in Flutter

I have an app, a booking app, where a group of student will book their mentors for lectures. Bookings will be saved on my firestore database, with the collection "event". I want to know how to use those data to be as a source of my sfCalendar: Here…
Kendaichi
  • 25
  • 7
1
vote
2 answers

Passing data from custom_widget.dart to main.dart

I'm a beginner and this may be basic to most of you, but I did struggle for a few weeks and now I've decided to ask for help. I'm using SfCalendar in a Flutter project, and I can't pass data "backwards" to main.dart - appBar. I want to place the…
Val
  • 31
  • 1
  • 7
1
vote
2 answers

Flutter - SfCalendar - View not refreshing when changing the view

I am trying to create a view where the user can select the agenda view he wants (day, week, month...). In my appBar, I have created an action icon where the user can select the agenda view he wants. When I change the view, the set state does not…
Laurent Thomas
  • 232
  • 4
  • 24
1
vote
1 answer

How to display appointment from Firestore in SfCalendar's data source in Flutter?

I try to get appointments from Firestore to display them in datasource in SfCalendar. I've tried 2 ways but in both case nothing is displayed. Here is the code Event @JsonSerializable() class Event { String uid; String title; DateTime from; …
Seth
  • 127
  • 1
  • 2
  • 12
1
vote
3 answers

Flutter SFCalender hide today button

I am using the SFCalender in my app and it works really well! (kudos to the creators). However there is one thing that annoys me: The Today-Button. I don't want it there but I can't find any way to disable it! Also it looks a bit buggy (with the 2…
Chris
  • 1,828
  • 6
  • 40
  • 108
1
vote
2 answers

Syncfusion calender OnMonthCellLoaded custom event is passing a null to my command

Preface: Syncfusion provides a free Calender control called SfCalendar for Xamarin.Forms. This calender has an event called OnMonthCellLoaded. The problem with this event is that its eventargs is type MonthCell which does not inherit from…
Amen Jlili
  • 1,884
  • 4
  • 28
  • 51
1
vote
2 answers

xamarin Ios add UIView to ContainerView

I need help align a Subview in ContainerView. I tried to add contraints but it messed up everything so I tried FluentLayout (https://github.com/FluentLayout/Cirrious.FluentLayout) My Code looks like this: public override void ViewDidLoad() …
BR75
  • 633
  • 7
  • 25
1
vote
1 answer

How to use ContentPage with UIViewController - VisualStudio IOS

Is there a way to use the ContentPage in a UIViewController? I'm using SyncFusion SfCalendar that inherits View and i want to show the callendar in my view controller. SfCalendar _calendar; public CalendarTest(IntPtr handle) : base(handle) …
Lucas Gazire
  • 301
  • 5
  • 16
0
votes
1 answer

How to remove the onTap border cell effect using SfCalendar

I'm using SFCalendar I have a calendar with appointments, and I want on onTap to select only appointments and not ba able to select the cell. I have done something like that : SfCalendar( //... selectionDecoration: BoxDecoration( color:…
Marie
  • 1
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…
0
votes
0 answers

How to change the allDayPanel height in day view of SfCalendar?

I use appointmentBuilder and changed color etc. but, the height was not changed. enter image description here SfCalendar( view: CalendarView.day, dataSource: TestDataSource(controller.tests.value), …
F.R
  • 21
  • 1
0
votes
0 answers

Flutter - Change the font of the date picker in the SfCalender

I'm creating a flutter app that uses the SfCalendar widget. I have set showDatePickerButton: true. I'm trying to change the font family of all the text is my app. I've set the default theme in the MaterialApp to use the new font. I've also wrapped…
Evan93
  • 155
  • 11
0
votes
1 answer

SfCalendar in Flutter change height of resource

i am currently working on a SfCalendar in Flutter and I want to change the height of a resource to make it display the full information on the board. Like on my Screenshot the Resource "N/A": So the user drags the unassigned appointment, that will…
Lukas Fürst
  • 81
  • 11
1
2