Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Akwd22/calendar-app
Mobile app to allow students to view their schedule and create tasks to easily keep track of their assignments. Built with Xamarin.
https://github.com/Akwd22/calendar-app
android calendar csharp dotnet ios mobile xamarin
Last synced: 3 months ago
JSON representation
Mobile app to allow students to view their schedule and create tasks to easily keep track of their assignments. Built with Xamarin.
- Host: GitHub
- URL: https://github.com/Akwd22/calendar-app
- Owner: Akwd22
- License: unlicense
- Created: 2022-07-06T13:23:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T13:03:04.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:04:57.293Z (5 months ago)
- Topics: android, calendar, csharp, dotnet, ios, mobile, xamarin
- Language: C#
- Homepage:
- Size: 5.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Calendar App
Table of Contents
## About The Project
This project is a mobile app for **Android** and **iOS** to allow students to view their schedule and create tasks to easily keep track of their assignments.
### Features
- [x] Check your schedule:
- In daily, weekly, monthly.
- Subject title, time and room are displayed.
- [x] Import a schedule:
- An exported file in [iCalendar](https://icalendar.org/) standard format.
- [x] Consult your task list.
- In daily, weekly, monthly.
- Can be related to a class session in the schedule.
- [x] Add tasks.
- Task title, related class session, start and end date and time.
- Repetition modes: never, on a specific day and time (e.g. every Monday at 8am), or on a related class session (e.g. at every math class).## Context
This project is an academic project realized during the **second year** in the **University and Technological Institute (IUT)** of Computer Science.
## Built With
- [Xamarin](https://docs.microsoft.com/xamarin/get-started/what-is-xamarin)
- [.NET framework](https://docs.microsoft.com/dotnet/)## Documentation
You can find documentation files such as technical details in the folder `docs/`.
## Acknowledgments
* [iCal.NET](https://github.com/rianjs/ical.net) library to import iCalendar files.