Package: calendar Title: Create, Read, Write, and Work with 'iCalendar' Files, Calendars and Scheduling Data Version: 0.2.0 Authors@R: c(person(given = "Robin", family = "Lovelace", role = c("aut", "cre"), email = "rob00x@gmail.com", comment = c(ORCID = "0000-0001-5679-6536")), person(given = "Layik", family = "Hama", role = "aut", email = "layik.hama@gmail.com", comment = c(ORCID = "0000-0003-1912-4890")), person(given = "Ollie", family = "Lloyd", role = "ctb", email = "o.lloyd@doctors.org.uk", comment = c(ORCID = "0000-0002-9385-1634")), person(given = "Franco", family = "Scarafia", role = "ctb", email = "franco.scarafia@hotmail.com", comment = c(ORCID = "0009-0005-9822-169X")), person(given = "Serkan", family = "Korkmaz", email = "serkor1@duck.com", role = c("ctb"), comment = c(ORCID = "0000-0002-5052-0982")) ) Description: Provides function to create, read, write, and work with 'iCalendar' files (which typically have '.ics' or '.ical' extensions), and the scheduling data, calendars and timelines of people, organisations and other entities that they represent. 'iCalendar' is an open standard for exchanging calendar and scheduling information between users and computers, described at . License: Apache License (>= 2.0) URL: https://github.com/atfutures/calendar, https://atfutures.github.io/calendar/, https://github.com/ATFutures/calendar BugReports: https://github.com/ATFutures/calendar/issues Depends: R (>= 3.4.0) Imports: cli, lubridate, tibble Suggests: covr, knitr, rmarkdown, testthat VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://atfutures.r-universe.dev Date/Publication: 2024-08-20 00:14:35 UTC RemoteUrl: https://github.com/atfutures/calendar RemoteRef: HEAD RemoteSha: 636f6e55528042f8d07dd75bfe68f6d451dbab79 NeedsCompilation: no Packaged: 2026-07-06 10:00:40 UTC; root Author: Robin Lovelace [aut, cre] (ORCID: ), Layik Hama [aut] (ORCID: ), Ollie Lloyd [ctb] (ORCID: ), Franco Scarafia [ctb] (ORCID: ), Serkan Korkmaz [ctb] (ORCID: ) Maintainer: Robin Lovelace