Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 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.

Awesome Lists containing this project

README

        




Calendar App


Table of Contents


  1. About The Project

  2. Context

  3. Built With

  4. Documentation

  5. Acknowledgments

## 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).

(back to top)

## Context

This project is an academic project realized during the **second year** in the **University and Technological Institute (IUT)** of Computer Science.

(back to top)

## Built With

- [Xamarin](https://docs.microsoft.com/xamarin/get-started/what-is-xamarin)
- [.NET framework](https://docs.microsoft.com/dotnet/)

(back to top)

## Documentation

You can find documentation files such as technical details in the folder `docs/`.

(back to top)

## Acknowledgments

* [iCal.NET](https://github.com/rianjs/ical.net) library to import iCalendar files.

(back to top)