62 lines
1.2 KiB
Markdown
62 lines
1.2 KiB
Markdown
# ms cert renewal
|
|
cert needs renewal every 2 years.
|
|
go to azure.com -> app registrations > propedal-planner > Certificates
|
|
|
|
# build and run:
|
|
bash build_an_run_production.sh
|
|
|
|
# run devserver
|
|
bash run_dev_server.sh
|
|
|
|
# Available calendar attributes are:
|
|
[
|
|
"@odata.etag",
|
|
"id",
|
|
"createdDateTime",
|
|
"lastModifiedDateTime",
|
|
"changeKey",
|
|
"categories",
|
|
"transactionId",
|
|
"originalStartTimeZone",
|
|
"originalEndTimeZone",
|
|
"iCalUId",
|
|
"reminderMinutesBeforeStart",
|
|
"isReminderOn",
|
|
"hasAttachments",
|
|
"subject",
|
|
"bodyPreview",
|
|
"importance",
|
|
"sensitivity",
|
|
"isAllDay",
|
|
"isCancelled",
|
|
"isOrganizer",
|
|
"responseRequested",
|
|
"seriesMasterId",
|
|
"showAs",
|
|
"type",
|
|
"webLink",
|
|
"onlineMeetingUrl",
|
|
"isOnlineMeeting",
|
|
"onlineMeetingProvider",
|
|
"allowNewTimeProposals",
|
|
"occurrenceId",
|
|
"isDraft",
|
|
"hideAttendees",
|
|
"responseStatus",
|
|
"body",
|
|
"start",
|
|
"end",
|
|
"location",
|
|
"locations",
|
|
"recurrence",
|
|
"attendees",
|
|
"organizer",
|
|
"onlineMeeting",
|
|
"calendar@odata.associationLink",
|
|
"calendar@odata.navigationLink"
|
|
]
|
|
|
|
# delte a user in the database if somebody forgot their password
|
|
sqlite3 ./database/users.db "SELECT * FROM users;"
|
|
sqlite3 ./database/users.db "DELETE FROM user WHERE id=;"
|