{"id":13591428,"url":"https://github.com/Ericsson/exchangecalendar","last_synced_at":"2025-04-08T17:31:42.130Z","repository":{"id":18240027,"uuid":"21387077","full_name":"Ericsson/exchangecalendar","owner":"Ericsson","description":"Exchange 2007/2010/2013 Calendar, Tasks, Contacts and GAL Provider.","archived":false,"fork":true,"pushed_at":"2022-07-25T12:47:37.000Z","size":5945,"stargazers_count":925,"open_issues_count":226,"forks_count":112,"subscribers_count":120,"default_branch":"master","last_synced_at":"2024-11-06T12:43:51.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"1stsetup/exchangecalendar","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ericsson.png","metadata":{"files":{"readme":"README.md","changelog":"history.en_US.txt","contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-01T12:37:48.000Z","updated_at":"2024-09-06T13:15:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Ericsson/exchangecalendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fexchangecalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fexchangecalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fexchangecalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fexchangecalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ericsson","download_url":"https://codeload.github.com/Ericsson/exchangecalendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247892478,"owners_count":21013708,"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","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":[],"created_at":"2024-08-01T16:00:57.367Z","updated_at":"2025-04-08T17:31:37.121Z","avatar_url":"https://github.com/Ericsson.png","language":"JavaScript","funding_links":[],"categories":["others","JavaScript"],"sub_categories":[],"readme":"##Exchange EWS Provider\n=====================\nThank you for checking out Ericsson's Exchange EWS Provider. Ericsson and the Ericsson QA team are grateful for the help and hard work of many [contributors][contributors] like yourself.\n\nCurrent Release Vs. Download trend is something like [this](https://rawgit.com/muthusuba/github-tools/master/downloads-trend.html?user=Ericsson\u0026repo=exchangecalendar)\n\n\nGetting involved as a contributor\n------------------------------------------\nWe love working with contributors for Exchange EWS Provider, but it does require a few skills. You will need to know some Javascript, XUL, some CSS and a basic familiarity with GitHub.\n\nIf you know some Javascript, it's worth having a look at the Object Oriented Programming to understand the basic concepts of class based coding and especially for xul window objects. \n\nIf you need to brush-up on programming, but are eager to start contributing immediately, please consider helping us find bugs in Github [Exchange EWS Provider][Exchange EWS Provider] or find bugs in the Issues tested by the [EricssonQA][EricssonQA] team. To brush up on Javascript skills before engaging with us, Dive Into Javascript [mozilla][mozilla] is an excellent resource. W3schools also has [notes on Javascript][w3schools] available through their website.  The programming concepts you will need to know include functions, working with classes, and some object-oriented programming basics. To brush up on XUL, Mozilla [XUL][XUL] is an easy and simple place to learn XUL, More of XUL are dynamically configured and cross-plateform.\n\nSpecial thanks to all our [contributors][contributors]\n\n[w3schools]:  http://www.w3schools.com/js/\n[mozilla]:  https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide\n[EricssonQA]:  https://github.com/Ericsson/exchangecalendar/\n[Exchange EWS Provider]:  https://github.com/Ericsson/exchangecalendar/issues\n[XUL]:  https://developer.mozilla.org/en-US/Add-ons/Overlay_Extensions/XUL_School\n[contributors]: https://github.com/Ericsson/exchangecalendar/contributors\n\nQuestions are always welcome\n----------------------------\nWhile we take pains to keep our documentation updated, the best source of information is those of us who work on the project. We also have the [wiki][wiki] pages to answer your general questions about contributing to Exchange EWS Provider.\n\n[wiki]:   https://github.com/Ericsson/exchangecalendar/wiki\n \nGetting set up\n-------------\nIt's easy to get set up: just 2 pieces of software to install and in few command lines you'll be running the addon!\n\n### Install Thunderbird\nIf you don't already have it installed, please install latest version\nhttps://support.mozilla.org/en-US/kb/installing-thunderbird\n\n### Install Lightning\nIf you don't already have it installed, please install latest version\nhttps://support.mozilla.org/en-US/kb/installing-lightning-thunderbird\n\n### Cloning the test repository with Git\nAfter you have installed [Git] you will need to clone the project to your hard drive. From your workspace directory run this command which will copy (clone) the project to your hard drive\n\n    git clone --recursive git://github.com/Ericsson/exchangecalendar.git\n[Git]: http://en.wikipedia.org/wiki/Git_%28software%29\n\n### Installing developement tools\nYou will need to install Dom Inspector, Javascript Debugger and some other development tools. Fortunately `Thunderbird addons` makes it easy to install all of these: \n  \nNow using bash we'll compile the addon we need (which are written in wiki)\n\n    cd ./exchangecalendar_master; chmod +x ./build.sh; ./build.sh;\n\nNow you can install the Exchange EWS Provider addon\n\nWriting Code\n-------------\nIf you want to get involved and add more code, then there's just a few things\nwe'd like to ask you to do:\n\n1. Use the similar code format for all new developement and window objects \n2. Follow mozilla's simple [Coding Style Guide][Coding Style Guide] recommendations\n3. Fork this project with your own GitHub account\n4. Make sure all tests are passing and submit a pull request with your changes\n\n[Coding Style Guide]: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style\n \nLicense\n-------\nThis software is licensed under the [GNU GPL] Version 3 \n[GNU GPL]: http://www.gnu.org/licenses/gpl.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEricsson%2Fexchangecalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEricsson%2Fexchangecalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEricsson%2Fexchangecalendar/lists"}