{"id":18615009,"url":"https://github.com/andrewjbateman/ionic-angular-calendar","last_synced_at":"2025-10-14T10:32:40.611Z","repository":{"id":38629733,"uuid":"214871071","full_name":"AndrewJBateman/ionic-angular-calendar","owner":"AndrewJBateman","description":":clipboard: Ionic app to drag \u0026 drop items, tutorial code from Jameson Saunders of JamiBot.","archived":false,"fork":false,"pushed_at":"2023-02-04T07:14:50.000Z","size":1767,"stargazers_count":11,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T11:16:56.927Z","etag":null,"topics":["android","angular","angular15","calendar","devapp","firebase","firebase-database","firebase9","html5","ionic","jameson-saunders","jamibot","scss-styles","tutorial","tutorial-code","typescript4"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-13T18:21:45.000Z","updated_at":"2023-10-06T07:45:44.000Z","dependencies_parsed_at":"2023-02-18T14:46:10.300Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/ionic-angular-calendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/ionic-angular-calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-angular-calendar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-calendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018781,"owners_count":26086452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","angular","angular15","calendar","devapp","firebase","firebase-database","firebase9","html5","ionic","jameson-saunders","jamibot","scss-styles","tutorial","tutorial-code","typescript4"],"created_at":"2024-11-07T03:27:49.304Z","updated_at":"2025-10-14T10:32:40.595Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","readme":"# :zap: Ionic Angular Calendar\n\n* App to show an Ionic calendar with events stored in Firebase. This is another great tutorial from [Jameson Saunders of JamiBot, Youtube video 'Ionic 4 Custom Calendar Tutorial'](https://www.youtube.com/watch?v=SYz-tH3XOF8\u0026t=766s) that I have updated.\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/ionic-angular-calendar?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/ionic-angular-calendar?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/ionic-angular-calendar?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/ionic-angular-calendar?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Ionic Angular Calendar](#zap-ionic-angular-calendar)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* Uses the [ionic2-calendar](https://www.npmjs.com/package/ionic2-calendar) package to display events input by the user.\n* This app is set up to use a Google Firebase backend to store calender entries.\n\n## :camera: Screenshots\n\n![screenshot](./img/calendar.png)\n\n## :signal_strength: Technologies\n\n* [Ionic v6](https://ionicframework.com/)\n* [Ionic/angular v6](https://ionicframework.com/)\n* [Angular v15](https://angular.io/)\n* [ionic2-calendar v0.6.9](https://www.npmjs.com/package/ionic2-calendar)\n* [Angular/Fire v7](https://www.npmjs.com/package/@angular/fire) for Google Firebase Database connection.\n\n## :floppy_disk: Setup\n\n* Create a Google Firebase database and add access credentials to environment.ts\n* To start the server on _localhost://8100_ type: 'ionic serve'\n* To start the server on a mobile using Ionic devapp and connected via wifi, type: 'ionic serve --devapp'\n* The Ionic DevApp was installed on an Android device from the Google Play app store.\n\n## :computer: Code Examples\n\n* function to add a new event - including start and end time. Title is derived from seconds and is intended to create semi-random data.\n\n```typescript\n  addNewEvent() {\n    const start = this.selectedDate;\n    const end = this.selectedDate;\n    end.setMinutes(end.getMinutes() + 60);\n\n    const event = {\n      title: 'Event #' + start.getMinutes(),\n      startTime: start,\n      endTime: end,\n      allDay: false\n    };\n\n    this.db.collection('events').add(event);\n  }\n```\n\n## :cool: Features\n\n* Google Firebase storage of calendar events. Data is retrieved from Firebase in the constructor function at the beginning of the page lifecycle.\n* Calender date format can be changed using options from the ionic2-calender.\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Working\n* 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](https://github.com/twinssbc/Ionic2-Calendar/tree/v5/demo).\n\n## :clap: Inspiration\n\n* [Jameson Saunders of JamiBot, Youtube video 'Ionic 4 Custom Calendar Tutorial'](https://www.youtube.com/watch?v=SYz-tH3XOF8\u0026t=766s)\n* [Ionic2-Calendar github repo](https://github.com/twinssbc/Ionic2-Calendar)\n* [demo project](https://github.com/twinssbc/Ionic2-Calendar/tree/v5/demo).\n\n## :file_folder: License\n\n* N/A\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-angular-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-calendar/lists"}