{"id":24511405,"url":"https://github.com/paulogmello/addeventtocalendar","last_synced_at":"2025-03-15T09:43:50.516Z","repository":{"id":271912968,"uuid":"901407158","full_name":"paulogmello/addEventToCalendar","owner":"paulogmello","description":"Add a link with Google Calendar event","archived":false,"fork":false,"pushed_at":"2025-01-10T17:14:40.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T00:39:07.915Z","etag":null,"topics":["calendar","google","link"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/paulogmello.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-10T15:47:57.000Z","updated_at":"2025-01-10T17:14:43.000Z","dependencies_parsed_at":"2025-01-22T00:37:40.199Z","dependency_job_id":null,"html_url":"https://github.com/paulogmello/addEventToCalendar","commit_stats":null,"previous_names":["paulogmello/addeventtocalendar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulogmello%2FaddEventToCalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulogmello%2FaddEventToCalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulogmello%2FaddEventToCalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulogmello%2FaddEventToCalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulogmello","download_url":"https://codeload.github.com/paulogmello/addEventToCalendar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243713393,"owners_count":20335566,"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":["calendar","google","link"],"created_at":"2025-01-22T00:37:39.425Z","updated_at":"2025-03-15T09:43:50.510Z","avatar_url":"https://github.com/paulogmello.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Add Event to Callendar\nThis simple library (1.61 KB) is usefull when you need add google calendar events in your site as a link\n\n### Installation\nDonwload addToCalendarEvent.js and include in your site\n\n    \u003cscript src=\"addToCalendarEvent.js\"\u003e\u003c/script\u003e\n\n### How to use\n| Parameters | Effect |\n|--|--|\n| title | Event Name |\n| description | Description about the event |\n| startDate | Day of the event, format **DD/MM/YYYY** |\n| endDate | Last day of the event, format **DD/MM/YYYY** |\n| startTime | Time when the event starts, format **HH:MM** |\n| endTime | Time when the event ends, format **HH:MM** | \n\nSee the example below:\n\n    \u003ca id=\"callForPapers\"\u003eClick here\u003c/a\u003e\n        \n    var  callForPapers = new  addToCalendar(\"#callForPapers\", {\n        startTime: \"08:00\",\n        endTime: \"18:00\",\n        startDate: \"15/03/2025\",\n        endDate: \"15/05/2025\",\n        description: \"The Call for Papers is an opportunity to share your work, engage with a global community, and contribute to the advancement of knowledge in your field. Accepted papers will be included in the conference proceedings and have the chance to be presented during the event, fostering discussions and connections among participants.\",\n        title:  \"Rio'25 - Call for Papers\",\n        });\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulogmello%2Faddeventtocalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulogmello%2Faddeventtocalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulogmello%2Faddeventtocalendar/lists"}