{"id":19319692,"url":"https://github.com/hyperoslo/hypeventmanager","last_synced_at":"2025-04-22T17:32:04.404Z","repository":{"id":15348177,"uuid":"18078919","full_name":"hyperoslo/HYPEventManager","owner":"hyperoslo","description":"HYPEventManager is the easiest way to add, update and remove iOS calendar events.","archived":false,"fork":false,"pushed_at":"2014-06-18T11:30:31.000Z","size":276,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-10-31T15:50:04.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperoslo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-24T21:09:57.000Z","updated_at":"2020-05-24T18:28:06.000Z","dependencies_parsed_at":"2022-09-01T05:53:51.204Z","dependency_job_id":null,"html_url":"https://github.com/hyperoslo/HYPEventManager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPEventManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPEventManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPEventManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPEventManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperoslo","download_url":"https://codeload.github.com/hyperoslo/HYPEventManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223902200,"owners_count":17222329,"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-11-10T01:24:49.929Z","updated_at":"2024-11-10T01:24:50.531Z","avatar_url":"https://github.com/hyperoslo.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"HYPEventManager\n===============\n\nHYPEventManager is the easiest way to add, update and remove iOS calendar events.\n\n### How to create an event with **HYPEventManager**?\n\n``` objc\n- (void)createEventWithTitle:(NSString *)title \n                   startDate:(NSDate *)startDate \n                    duration:(NSInteger)duration \n                  completion:(void (^)(NSString *eventIdentifier, NSError *error))completion;\n```\n\n### How to update an event with **HYPEventManager**?\n\n``` objc\n- (void)updateEvent:(NSString *)eventIdentifier \n          withTitle:(NSString *)title \n          startDate:(NSDate *)startDate \n            endDate:(NSDate *)endDate \n         completion:(void (^)(NSString *eventIdentifier, NSError *error))completion;\n```\n\n### How to delete an event with **HYPEventManager**?\n\n``` objc\n- (void)deleteEventWithIdentifier:(NSString *)identifier \n                       completion:(void (^)(NSError *error))completion;\n```\n\n### How to check if an event exists with **HYPEventManager**?\n\n``` objc\n- (void)isEventInCalendar:(NSString *)eventIdentifier \n               completion:(void (^)(BOOL found))completion;\n```\n\n###TODO:\n- Make Demo project.\n\nLicense\n=======\n\nHYPEventManager is fully open source under the MIT license. Check [LICENSE](https://github.com/hyperoslo/HYPEventManager/blob/master/LICENSE.md) for details.\n\nContributions\n=============\n\nIf there's something you would like to improve please create a friendly and constructive issue, getting your feedback would be awesome. Have a great day.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fhypeventmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperoslo%2Fhypeventmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fhypeventmanager/lists"}