pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/AndrewJBateman/ionic-angular-calendar

rel="stylesheet" href="https://github.githubassets.com/assets/primer-ee6184595cc59cb2.css" /> GitHub - AndrewJBateman/ionic-angular-calendar: :clipboard: Ionic app to drag & drop items, tutorial code from Jameson Saunders of JamiBot.
Skip to content

📋 Ionic app to drag & drop items, tutorial code from Jameson Saunders of JamiBot.

Notifications You must be signed in to change notification settings

AndrewJBateman/ionic-angular-calendar

Repository files navigation

⚡ Ionic Angular Calendar

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

  • Uses the ionic2-calendar package to display events input by the user.
  • This app is set up to use a Google Firebase backend to store calender entries.

📷 Screenshots

screenshot

📶 Technologies

💾 Setup

  • Create a Google Firebase database and add access credentials to environment.ts
  • To start the server on localhost://8100 type: 'ionic serve'
  • To start the server on a mobile using Ionic devapp and connected via wifi, type: 'ionic serve --devapp'
  • The Ionic DevApp was installed on an Android device from the Google Play app store.

💻 Code Examples

  • function to add a new event - including start and end time. Title is derived from seconds and is intended to create semi-random data.
  addNewEvent() {
    const start = this.selectedDate;
    const end = this.selectedDate;
    end.setMinutes(end.getMinutes() + 60);

    const event = {
      title: 'Event #' + start.getMinutes(),
      startTime: start,
      endTime: end,
      allDay: false
    };

    this.db.collection('events').add(event);
  }

🆒 Features

  • Google Firebase storage of calendar events. Data is retrieved from Firebase in the constructor function at the beginning of the page lifecycle.
  • Calender date format can be changed using options from the ionic2-calender.

📋 Status & To-do list

  • Status: Working
  • To-do: A lot more complexity can be added to this calendar app. The option to change the view from day to week to month would be useful - as shown in the demo project.

👏 Inspiration

📁 License

  • N/A

✉️ Contact

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy