Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 XCalendar #145

Open
Strypper opened this issue Jun 29, 2023 · 0 comments
Open

馃殌 XCalendar #145

Strypper opened this issue Jun 29, 2023 · 0 comments
Labels
community 馃 Controls or libraries that came from github community effort/medium Medium amount of work, 4h to 16h action level/normal 馃檪 In comfort zone, little research and may require using built-in features, but no RnD

Comments

@Strypper
Copy link
Owner

Strypper commented Jun 29, 2023

Scope

A plugin for .NET providing a Calendar API and DateTime extensions.

UI controls are available for Xamarin Forms and .NET MAUI.

References

Original source

Public API Changes

xmlns:xc="clr-namespace:XCalendar.Maui.Views;assembly=XCalendar.Maui"
<ContentPage
    x:Class="MauiApp1.MainPage"
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:xc="clr-namespace:XCalendar.Maui.Views;assembly=XCalendar.Maui">
    
        <xc:CalendarView
            Days="{Binding MyCalendar.Days}"
            DaysOfWeek="{Binding MyCalendar.DayNamesOrder}"
            NavigatedDate="{Binding MyCalendar.NavigatedDate}"/>

</ContentPage>

Intended Use-Case

  • Ability to use the Calendar from code without referencing a UI framework.
  • Ability to use and reference your own models by implementing ICalendarDay.
  • Ability to set the number of rows shown or have it be automatic.
  • Ability to change the start of the week to any day of the week.
  • Ability to select single, multiple or a range of dates.
  • Ability to restrict navigation to a range of dates and define how the calendar loops.
  • Ability to specify your own custom order of days of week at any length, with support for duplicates and non-chronological orders.
@Strypper Strypper added level/normal 馃檪 In comfort zone, little research and may require using built-in features, but no RnD community 馃 Controls or libraries that came from github community effort/medium Medium amount of work, 4h to 16h action labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community 馃 Controls or libraries that came from github community effort/medium Medium amount of work, 4h to 16h action level/normal 馃檪 In comfort zone, little research and may require using built-in features, but no RnD
Projects
Status: Todo
Development

No branches or pull requests

1 participant