Giter Site home page Giter Site logo

bhargavaganti / django-rest-calendar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vlinking/django-rest-calendar

0.0 2.0 0.0 276 KB

A calendar with monthly, weekly, daily views made using Django and REST API framework

Python 83.90% HTML 8.36% CSS 3.31% JavaScript 4.43%

django-rest-calendar's Introduction

django-rest-calendar

A calendar with monthly, weekly, daily views made using Django and REST API framework

Functionality

  • each user may use a different time zone
  • event has a title and a description
  • event always belongs to a single calendar
  • calendar always has a single owner (user)
  • calendar has a user-specified name
  • calendar has a user-specified color
  • there are two ways to provide event's start/end date and time - "all day" or normal
  • all-day events are not timezone aware - they span whole day regardless of user's timezone
  • normal events have timezone aware start and end date and time
  • user has the ability to specify timezone for normal events
  • event always has start and end date (and time in case of normal events)
  • calendar may be shared with other users of the system
  • two levels of access: read and write
  • write access allows for modification of all events in that calendar
  • event can have a list of guests - other users of the app
  • users invited to event see the event in their calendar app
  • guest user is able to edit an event, but only that guest sees those changes
  • guest user can edit name, description start and end date/time and can switch between all-day and normal event
  • guest or an owner is able to RSVP (there are four possible states - unknown, maybe, yes and no)

django-rest-calendar's People

Contributors

vlinking avatar

Watchers

James Cloos avatar Bhargava Ganthi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.