We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create calendar URL to subscribe using Google Calendar or macos Calendar.
ics file format: https://en.wikipedia.org/wiki/ICalendar .
Ideally this URL should be protected with a random hash, something like:
https://example.com/calendars/qgTrNgkr8kVlLGCWUClN9fL.ics
Ideas:
/admin/calendars
/calendar/XXX
id
account_ids
access_key
active
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create calendar URL to subscribe using Google Calendar or macos Calendar.
ics file format: https://en.wikipedia.org/wiki/ICalendar .
Ideally this URL should be protected with a random hash, something like:
Ideas:
/admin/calendars
it uses the regular serial id/calendar/XXX
is only accessible with that random keyid
,account_ids
(postgres array of ids),access_key
(random generated, users can change),active
(boolean)The text was updated successfully, but these errors were encountered: